This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DSymbol Interface > IMarker3DSymbol.CreateFromFile Method (ArcObjects .NET 10.4 SDK) |
Imports the symbol definition.
[Visual Basic .NET] Public Sub CreateFromFile ( _ ByVal FileName As String _ )
[C#] public void CreateFromFile ( string FileName );
[C++]
HRESULT CreateFromFile(
BSTR FileName
);
[C++]
Parameters FileName [in] FileName is a parameter of type BSTR
Pass in the full path to the file. URLs are also supported as the file path string.