Operators |
serialize_measure — Serialize a measure object.
serialize_measure( : : MeasureHandle : SerializedItemHandle)
serialize_measure serializes the data of a measure object (see fwrite_serialized_item for an introduction of the basic principle of serialization). The same data that is written in a file by write_measure is converted to a serialized item. The measure object is defined by the handle MeasureHandle. The serialized measure object is returned by the handle SerializedItemHandle and can be deserialized by deserialize_measure.
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:
The value of this parameter may not be shared across multiple threads without external synchronization.Measure object handle.
Handle of the serialized item.
If the parameters are valid, the operator serialize_measure returns the value 2 (H_MSG_TRUE). If necessary, an exception is raised.
gen_measure_rectangle2, gen_measure_arc
fwrite_serialized_item, send_serialized_item, deserialize_measure
1D Metrology
Operators |