poIMeasure SetReviewMode

Sets the review mode for the measure group.

Syntax

poIMeasure_handle SetReviewMode item_index

Application

HyperView Tcl Modify

Description

This command will set the review mode for the measure group.

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 SetReviewMode true

Errors

Returns 0 if successful, otherwise an error code.