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


IGraphicTracker.CreateSymbol Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > EngineCore > ESRI.ArcGIS.EngineCore > Interfaces > IG > IGraphicTracker Interface > IGraphicTracker.CreateSymbol Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pSymbol2D [in]

pSymbol2D is a parameter of type ISymbol* pSymbol3D [in]
pSymbol3D is a parameter of type ISymbol*

Product Availability

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

See Also

IGraphicTracker Interface