Property that controls zero suppression in
angular dimensions. This property corresponds to the DIMAZIN system
variable. Value Description 0 Display leading and trailing decimal
zeros. 1 Suppress leading decimal zeros. 2 Suppress trailing
decimal zeros. 3 Suppress leading and trailing decimal zeros.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Dimazin { get; set; }
Public Property Dimazin As Integer
Get
Set
public:
property int Dimazin {
int get ();
void set (int value);
}
member Dimazin : int with get, set
Property Value
Int32
See Also