This document is archived and information here might be outdated.  Recommended version.


IMarker3DSymbol.CreateFromFile Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (3DAnalyst)  

IMarker3DSymbol.CreateFromFile Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Description

Pass in the full path to the file. URLs are also supported as the file path string.

See Also

IMarker3DSymbol Interface