Click or drag to resize

ISelectionManager Interface

[Missing <summary> documentation for "T:Demo3D.Visuals.ISelectionManager"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public interface ISelectionManager

The ISelectionManager type exposes the following members.

Properties
  NameDescription
Public propertyHighlightedFeature
The currently highlighted feature
Public propertySelectedFeature
The currently selected feature
Public propertySelection
The current selection
Top
Methods
  NameDescription
Public methodAddToSelection(IList)
Add visuals to the current selection
Public methodAddToSelection(Visual)
Add a visual to the current selection
Public methodAdjustSelection
Add or Remove a visual from the selection.
Public methodClearSelection
Clear the current selection
Public methodInvertSelection
Invert the current selection. This will select all visible Visuals that are currently not selected and deselect all that are selected.
Public methodRemoveFromSelection(IList)
Remove visuals from the current selection
Public methodRemoveFromSelection(Visual)
Remove visual from the current selection
Public methodSelect(IList)
Create a new selection
Public methodSelect(Visual)
Create a new selection from a single visual
Public methodSelectAllChildren
Select all children of a visual
Top
Events
See Also