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.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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);
}

See Also