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


ITxSymbolSelector.GetSymbolAt Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITxSymbolSelector Interface > ITxSymbolSelector.GetSymbolAt Method
ArcGIS Developer Help

ITxSymbolSelector.GetSymbolAt Method

Gets the symbol at the given index.

[Visual Basic .NET]
Public Function GetSymbolAt ( _
    ByVal index As Integer _
) As ISymbol
[C#]
public ISymbol GetSymbolAt (
    int index
);
[C++]
HRESULT GetSymbolAt(
  long index
);
[C++]
Parameters
index [in]

index is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ITxSymbolSelector Interface