IDLitTool::GetSelectedItems

Syntax | Return Value | Arguments | Keywords | Version History

The IDLitTool::GetSelectedItems function method returns a vector of references to the objects currently selected within the current window in the iTool. If no objects are currently selected, this function returns -1.

Syntax

Result = Obj->[IDLitTool::]GetSelectedItems( [, COUNT=variable])

Return Value

Returns a vector of references to the currently selected objects. If no objects are currently selected, this function returns -1.

Arguments

None

Keywords

COUNT

Set this keyword to a named variable that will contain the number of valid items returned by this function.

Version History

6.0

Introduced