DatabaseDimaunit Property
|
Property that controls formatting for units in
angular dimensions. This property corresponds to the DIMAUNIT
system variable. Value Description 0 Decimal Degrees 1
Degrees-Minutes-Seconds 2 Gradians 3 Radians 4 Surveyor's
Units
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Dimaunit { get; set; }
Public Property Dimaunit As Integer
Get
Set
public:
property int Dimaunit {
int get ();
void set (int value);
}
member Dimaunit : int with get, set
Property Value
Int32
See Also