Property that controls zero suppression in
linear dimensions. This property corresponds to the DIMZIN system
variable. Available values: ValueDescription0
Suppress zero feet and exactly zero inches. 1 Include zero feet and
exactly zero inches. 2 Include zero feet and suppress exactly zero
inches. 3 Suppress zero feet and include exactly zero inches. 4
Suppress leading decimal zeros. 8 Suppress trailing decimal zeros.
12 Suppress leading and trailing decimal zeros.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Dimzin { get; set; }
Public Property Dimzin As Integer
Get
Set
public:
property int Dimzin {
int get ();
void set (int value);
}
member Dimzin : int with get, set
Property Value
Int32
See Also