Provides access to members that control SymbologyControl style classes.
Product Availability
Available with ArcGIS Engine.
Description
The ISymbologyControl interface provides properties and methods for managing the individual symbology items within a SymbologyStyleClass.
Members
Description | ||
---|---|---|
AddItem | Adds an item to the SymbologyStyleClass. | |
GetItem | Returns the item at the specified index in the SymbologyStyleClass. | |
GetSelectedItem | Returns the selected item in the SymbologyStyleClass. | |
ItemCount | The number of items in the SymbologyStyleClass. | |
PreviewItem | Previews the specified item as a bitmap. | |
RemoveAll | Removes all items from the SymbologyStyleClass. | |
RemoveItem | Removes the item at the specified index from the SymbologyStyleClass. | |
SelectItem | Sets the selected item in the SymbologyStyleClass. | |
SortDirection | The sort direction of the items in the SymbologyStyleClass. | |
StyleCategory | The style category used by the SymbologyStyleClass. | |
StyleClass | The class of the symbols in the SymbologyStyleClass. | |
UnselectItem | Unsets the selected item in the SymbologyStyleClass. | |
Update | Updates the contents of the SymbologyStyleClass. |
CoClasses that implement ISymbologyStyleClass
CoClasses and Classes | Description |
---|---|
SymbologyStyleClass | Symbology StyleClass used by the SymbologyControl. |