Specifies the predefined line width groups available for a drawing. Each group defines a set of thin, medium, and thick line width values.
Defined in namespace "adsk::drawing" and the header file is <Drawing\DrawingTypeDefs.h>
| Name | Value | Description |
| CustomLineWidthGroupType | 5 | User defined line widths. Values are taken from the drawing's custom line width settings. |
| MediumLineWidthGroupType | 2 | Predefined group with medium line widths. |
| ThickLineWidthGroupType | 3 | Predefined group with thick line widths. |
| ThinLineWidthGroupType | 1 | Predefined group with thin line widths. |
| VeryThickLineWidthGroupType | 4 | Predefined group with very thick line widths. |
| VeryThinLineWidthGroupType | 0 | Predefined group with very thin line widths. |