ISelectionManager Interface | 
[Missing <summary> documentation for "T:Demo3D.Visuals.ISelectionManager"]
Namespace: Demo3D.Visuals
public interface ISelectionManager
The ISelectionManager type exposes the following members.
| Name | Description | |
|---|---|---|
| HighlightedFeature | 
            The currently highlighted feature
              | |
| SelectedFeature | 
            The currently selected feature
              | |
| Selection | 
            The current selection
              | 
| Name | Description | |
|---|---|---|
| AddToSelection(IList) | 
            Add visuals to the current selection
              | |
| AddToSelection(Visual) | 
            Add a visual to the current selection
              | |
| AdjustSelection | 
            Add or Remove a visual from the selection.
              | |
| ClearSelection | 
            Clear the current selection
              | |
| InvertSelection | 
            Invert the current selection.
            This will select all visible Visuals that are currently not selected and deselect all that are selected.
              | |
| RemoveFromSelection(IList) | 
            Remove visuals from the current selection
              | |
| RemoveFromSelection(Visual) | 
            Remove visual from the current selection
              | |
| Select(IList) | 
            Create a new selection
              | |
| Select(Visual) | 
            Create a new selection from a single visual
              | |
| SelectAllChildren | 
            Select all children of a visual
              |