IDLitVisualization::SetDefaultSelectionVisual

Syntax | Arguments | Keywords | Version History

The IDLitVisualization::SetDefaultSelectionVisual procedure method sets the default selection visual to be associated with this visualization.

Note
If the visualization on which this method is called is not a manipulator target (see MANIPULATOR_TARGET) the default selection visual set by this method will be used as the current selection visual whenever the visualization is selected.

Syntax

Obj->[IDLitVisualization::]SetDefaultSelectionVisual, SelectionVisual [, POSITION=value]

Arguments

SelectionVisual

A reference to the IDLitManipulatorVisual object that is added to the visualization object and serves as the default selection visual for this visualization.

Keywords

POSITION

Set this keyword equal to the zero-based position at which the selection visual should be inserted within the container. The default is to add the object to the end of the container (the visualization object).

Version History

6.0

Introduced