DimStyleTableRecordDimaltz Property
|
Property that controls zero suppression in
tolerance values in alternate measurements in dimensions. This
property corresponds to the DIMALTZ system variable. This property
can have the following values: Value Description 0 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 virtual int Dimaltz { get; set; }
Public Overridable Property Dimaltz As Integer
Get
Set
public:
virtual property int Dimaltz {
int get ();
void set (int value);
}
abstract Dimaltz : int with get, set
override Dimaltz : int with get, set
Property Value
Int32
See Also