leHiClearMeasurementInHier
leHiClearMeasurementInHier( [w_windowId] [g_openAsEdit] ) => t
Description
Clears the measurements in the hierarchy in the specified window. If windowId is not specified, the current window is used.
Arguments
|
Opens a cellview in edit mode to delete rulers. When set to |
Value Returned
Example
The following example deletes rulers in the current window without opening cellviews in edit mode.
leHiClearMeasurementInHier(hiGetCurrentWindow() nil)
Return to top