ArcObjects Library Reference (TrackingAnalyst)  

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,
  ISymbol** Symbol
);
[C++]

Parameters

index [in]   index is a parameter of type long Symbol [out, retval]

  Symbol is a parameter of type ISymbol

Product Availability

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

See Also

ITxSymbolSelector Interface