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: 10.5.768.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