close_measure
— Delete a measure object.
close_measure( : : MeasureHandle : )
close_measure
deletes the measure object given by
MeasureHandle
. The memory used for the measure object is
freed.
For an explanation of the concept of 1D measuring see the introduction of chapter 1D Measuring.
This operator modifies the state of the following input parameter:
During execution of this operator, access to the value of this parameter must be synchronized if it is used across multiple threads.
MeasureHandle
(input_control, state is modified) measure →
(handle)
Measure object handle.
If the parameter values are correct the operator close_measure
returns the value 2 (H_MSG_TRUE). Otherwise an exception is raised.
gen_measure_rectangle2
,
gen_measure_arc
,
measure_pos
,
measure_pairs
1D Metrology