Creates a Graphic Tracker symbol given a path to a 2D symbol and a path to a 3D symbol.
[Visual Basic .NET] Public Function CreateSymbolFromPath ( _ ByVal pathTo2D As String, _ ByVal pathTo3D As String _ ) As IGraphicTrackerSymbol
[C#] public IGraphicTrackerSymbol CreateSymbolFromPath ( string pathTo2D, string pathTo3D );
[C++]
HRESULT CreateSymbolFromPath(
BSTR pathTo2D,
BSTR pathTo3D,
IGraphicTrackerSymbol** GraphicTrackerSymbol
);
[C++]Parameters
pathTo2D [in] pathTo2D is a parameter of type BSTR pathTo3D [in] pathTo3D is a parameter of type BSTR GraphicTrackerSymbol [out, retval]GraphicTrackerSymbol is a parameter of type IGraphicTrackerSymbol
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.