ArcObjects Library Reference (EngineCore)  

IGraphicTracker.CreateSymbol Method

Creates a Graphic Tracker symbol given a 2D and a 3D symbol.

[Visual Basic .NET]
Public Function CreateSymbol ( _
    ByVal pSymbol2D As ISymbol, _
    ByVal pSymbol3D As ISymbol _
) As IGraphicTrackerSymbol
[C#]
public IGraphicTrackerSymbol CreateSymbol (
    ISymbol pSymbol2D,
    ISymbol pSymbol3D
);
[C++]
HRESULT CreateSymbol(
  ISymbol* pSymbol2D,
  ISymbol* pSymbol3D,
  IGraphicTrackerSymbol** GraphicTrackerSymbol
);
[C++]

Parameters

pSymbol2D [in]

  pSymbol2D is a parameter of type ISymbol

pSymbol3D [in]

  pSymbol3D is a parameter of type ISymbol

GraphicTrackerSymbol [out, retval]

  GraphicTrackerSymbol is a parameter of type IGraphicTrackerSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGraphicTracker Interface