|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::GetSelectionVisual function method retrieves the selection visual for this visualization that corresponds to the given manipulator.
Result = Obj->[IDLitVisualization::]GetSelectionVisual(Manipulator)
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.
Set this argument to a reference to an IDLitManipulator object that identifies the manipulator for which a selection visual is to be retrieved.
None
IDL Online Help (March 06, 2007)