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


IMarker3DSymbol.CreateFromFile Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IM > IMarker3DSymbol Interface > IMarker3DSymbol.CreateFromFile Method
ArcGIS Developer Help

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