ArcObjects Library Reference (DisplayUI)  

ISymbolSelector Interface

Provides access to members that control a dialog for Symbol Selection.

Product Availability

Available with ArcGIS Desktop.

Description

The AddSymbol method is used to define which type of symbols should be displayed in the SymbolSelector. For example, passing a Marker Symbol will display all available MarkerSymbols.

Members

Description
Method AddSymbol Brings up a dialog for Adding a symbol.
Method GetSymbolAt Gets the symbol at the given index.
Method SelectSymbol Displays a dialog that lets the user select a symbol.

CoClasses that implement ISymbolSelector

CoClasses and Classes Description
SymbolSelector A dialog for Symbol Selection.

.NET Related Topics

DisplayUI