Click or drag to resize

ISelectionManagerInvertSelection Method

Invert the current selection. This will select all visible Visuals that are currently not selected and deselect all that are selected.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
void InvertSelection()
See Also