AltoMeasurementUnitEnum (COM-based API)
AltoMeasurementUnitEnum enumeration constants are used to set the measurement unit used to describe size and coordinates of objects in the output XML file.
enum AltoMeasurementUnitEnum {
AMU_Pixel = 0,
AMU_Inch1200 = 1,
AMU_Mm10 = 2
};
Elements
Name | Description |
AMU_Inch1200 | The unit of measure is inch/1200. |
AMU_Mm10 | The unit of measure is mm/10. |
AMU_Pixel | The unit of measure is pixel. |
See also
26.03.2024 13:49:49