Gets the linear unit, either meters or feet, for distances, lengths, widths, and offsets in a drawing.
Gets the linear unit, either meters or feet, for distances, lengths, widths, and offsets in a drawing.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public DrawingUnitType DrawingUnits { get; set; }
Visual Basic
Public Property DrawingUnits As DrawingUnitType Get Set
Visual C++
public: property DrawingUnitType DrawingUnits { DrawingUnitType get (); void set (DrawingUnitType value); }