poIMeasure GetFromSetType

Gets the "from" selection set type.

Syntax

poIMeasure_handle GetFromSetType item_index

Application

HyperView Tcl Query

Description

This command will return the type of the entity set used for the "from" 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 GetFromSetType item_index

Errors

Returns the type (Part/Element/Node) if successful, otherwise an error code.