The IDLitWindow::GetSelectedItems function method returns the currently selected objects within this window's scene.
Result = Obj->[IDLitWindow::]GetSelectedItems([, /ALL] [, COUNT=named variable])
Returns a vector of references to the objects currently selected within this window's scene. If no objects are currently selected, this function returns a -1.
None
Set this keyword to return all classes of selected items. By default, only visualizations are returned.
Set this keyword to a named variable that will contain the number of items returned by this method.
Introduced: 6.0
Added ALL keyword: 6.1