poIMeasure GetReviewMode

Gets the review mode for the measure group.

Syntax

poIMeasure_handle GetReviewMode

Application

HyperView Tcl Query

Description

This command will return the review mode for the measure 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 GetReviewMode true

Errors

Returns true/false if successful, otherwise an error code.