FZ_PanDAForm.MeasureStop
Disables a measurement trigger
Public Shared Function MeasureStop( _
) As Integer
Parameters
None.
Return Value
Returns 0 when enabling a measurement trigger succeeded.
Otherwise returns a non-zero value.
Description
Disables a measurement trigger.
An input to a measurement trigger is not allowed after executing this method.
To make the measurement trigger effective when MeasureStop is done two or more times, only the same number as MeasureStop should do MeasureStart.
Example