leHiClearMeasurement
leHiClearMeasurement(
[ w_windowId ]
)
=> t
Description
Clears the edit cellview measurement for the specified window. If windowId is not specified, the current window is used.
Arguments
Value Returned
Example
when(window = hiGetCurrentWindow()
leHiClearMeasurement(window)
)
Return to top