Specifies the different drawing units that can be used. The unit type affects dimension display, annotations, and measurements throughout the drawing.
Defined in namespace "adsk::drawing" and the header file is <Drawing\DrawingTypeDefs.h>
| Name | Value | Description |
| InchDrawingUnitType | 0 | Specifies that the drawing uses inch units. Commonly used with ASME (American Society of Mechanical Engineers) drawing standards. All dimensions and measurements in the drawing will be displayed in inches. |
| MillimeterDrawingUnitType | 1 | Specifies that the drawing uses millimeter units. Commonly used with ISO (International Organization for Standardization) drawing standards. All dimensions and measurements in the drawing will be displayed in millimeters. |