Gets or sets the AngleUnitType enum value that specifies the units in which angles are displayed.
Gets or sets the AngleUnitType enum value that specifies the units in which angles are displayed.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public AngleUnitType AngularUnits { get; set; }
Visual Basic
Public Property AngularUnits As AngleUnitType Get Set
Visual C++
public: property AngleUnitType AngularUnits { AngleUnitType get (); void set (AngleUnitType value); }