Share

SettingsUnitZone.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.8.0.280

Syntax

C#

public AngleUnitType AngularUnits { get; set; }

VB

Public Property AngularUnits As AngleUnitType
	Get
	Set

C++

public:
property AngleUnitType AngularUnits {
	AngleUnitType get ();
	void set (AngleUnitType value);
}

Property Value

AngleUnitType

See Also

Reference

Was this information helpful?