Defines a selection manager.
Declaration Syntax
public interface ISelectionManager
Table 1889: Members
Property | CurrentSelection |
Gets the current selection. |
Method | AddSelection(ISelectionInfo) |
Adds a new selection to the current selection. |
Method | ClearSelection() |
Clears the current selection. |
Method | CreateSelectionInfo(SelectionTypeEnum) |
Creates a new selection information based on its type. |
Method | NewSelection(ISelectionInfo) |
Creates a new selection. |