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


ISymbolSelector.GetSymbolAt Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DisplayUI > ESRI.ArcGIS.DisplayUI > Interfaces > IS > ISymbolSelector Interface > ISymbolSelector.GetSymbolAt Method
ArcGIS Developer Help

ISymbolSelector.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
);

Product Availability

Available with ArcGIS Desktop.

Description

The GetSymbolAt method is used to retrieve the selected symbol using an index of zero.

See Also

ISymbolSelector Interface