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


ISymbolSelector.GetSymbolAt Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DisplayUI)  

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

.NET Related Topics

DisplayUI