::hwp::GetMeasure

Gets a measure handle of an animation client model.

Syntax

::hwp::GetMeasure

Application

HyperWorks Tcl Query

Description

This procedure returns a Measure handle to the belonging MeasureID.

Mandatory Arguments

-id "MeasureID"
The HyperView internal ID of the measure.

Optional Arguments

-clientHandle "client handle"
A client handle to improve the performance.
-page "page id"
The page where the section is placed (cannot be used with the option clientHandle).
-window "window id"
The window where the section is placed (cannot be used with the option clientHandle).

Returns

Returns a measure handle to the belonging MeasureID.

Example

set measureHandle [::hwp::GetMeasure -id 2]