AngularUnits Property

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.2.3892.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