leHiCreateMeasurement
leHiCreateMeasurement(
[ w_windowId ]
)
=> t / nil
Description
Starts the create measurement enter function in the edited cellview of the specified window. If windowId is not specified, the current window is used.
Arguments
Value Returned
Example
when(window = hiGetCurrentWindow()
leHiCreateMeasurement(window)
)
Return to top