This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control SymbologyControl style classes.
The ISymbologyControl interface provides properties and methods for managing the individual symbology items within a SymbologyStyleClass.
Name | 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. |
Classes | Description |
---|---|
SymbologyStyleClass | Symbology StyleClass used by the SymbologyControl. |