poIMeasure GetToSetType
Gets the "to" selection set type.
Syntax
poIMeasure_handle GetToSetType item_index
Application
HyperView Tcl Query
Description
This command will return the type of the entity set used for the "to" selection.
Inputs
- item_index
- The index of the measure item within the group.
Example
hwi GetSessionHandle sess
sess GetProjectHandle proj
proj GetPageHandle page page_id
page GetWindowHandle window win_id
window GetClientHandle post
post GetMeasureHandle mindist measure_id
mindist GetToSetType item_index
Errors
Returns the type (Part/Element/Node) if successful, otherwise an error code.