::hwp::getIdListFromSelectionSet
Gets an ID list from a given selection set.
Syntax
::hwp::getIdListFromSelectionSet
Application
Tcl Query
Description
This procedure returns an ID list from a given selection set.
Mandatory Arguments
- -selSetHandle
- The "selection set handle".
Optional Arguments
None.
Returns
ID list of all ID’s in the referenced selection set.
Examples
set selectionSetHandle [::hwp::GetSelectionSet -id 2]
set idList [::hwp::getIdListFromSelectionSet -selSetHandle $selectionSetHandle]