IDLitVisualization::GetSelectionVisual

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitVisualization::GetSelectionVisual function method retrieves the selection visual for this visualization that corresponds to the given manipulator.

Syntax

Result = Obj->[IDLitVisualization::]GetSelectionVisual(Manipulator)

Return Value

Returns a reference to an IDLitManipulatorVisual object that corresponds to the given manipulator. If this visualization already has a selection visual for the given manipulator, a reference to that selection visual is returned. Otherwise, a default selection visual will be requested from the manipulator, added to the visualization, and returned.

Arguments

Manipulator

Set this argument to a reference to an IDLitManipulator object that identifies the manipulator for which a selection visual is to be retrieved.

Keywords

None

Version History

6.0

Introduced