|
IDL Reference Guide: iTools Object Classes |
|
The IDLitVisualization::Select procedure method handles notification of mechanisms that key off the current selection (such as the visualization browser) when this visualization has been selected.
Obj->[IDLitVisualization::]Select[, Mode] [, /ADDITIVE | /SELECT | /TOGGLE | /UNSELECT] [, /NO_NOTIFY]
A scalar that indicates the selection mode. Valid values include:
Set this keyword to indicate that the selection mode is additive. This is equivalent to setting Mode to 3.
Set this keyword to indicate that this visualization's parent should not be notified of this selection. By default, the parent is notified.
Set this keyword to indicate that the selection mode is select. This is equivalent to setting Mode to 1.
Set this keyword to indicate that the selection mode is toggle. This is equivalent to setting Mode to 2.
Set this keyword to indicate that the selection mode is unselect. This is equivalent to setting Mode to 0.
IDL Online Help (March 06, 2007)