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


ISymbolSelector Interface (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
ArcGIS Developer Help

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

Name 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.

Classes that implement ISymbolSelector

Classes Description
SymbolSelector A dialog for Symbol Selection.