This document is archived and information here might be outdated. Recommended version. |
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
);
[C++] Parameters pathTo2D [in]
pathTo2D is a parameter of type BSTR pathTo3D [in]
pathTo3D is a parameter of type BSTR