Property that represents modes for angular
units display. This property corresponds to the AUNITS system
variable. This property can have the following values: Value
Description 0 Degrees 1 Degrees-Minutes-Seconds 2 Gradians 3
Radians 4 Surveyor Units
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Aunits { get; set; }
Public Property Aunits As Integer
Get
Set
public:
property int Aunits {
int get ();
void set (int value);
}
member Aunits : int with get, set
Property Value
Int32
See Also