poIMeasure HighlightEntitySet
Highlights the "from" and "to" selections for the measure item.
Syntax
poIMeasure_handle HighlightEntitySet item_index
Application
HyperView Tcl Modify
Description
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 HighLightEntitySet 2
Errors
Returns 0 if successful, otherwise an error code.