DimStyleTableRecordDimtzin Property
|
Property that controls zero suppression in
tolerance values in linear dimensions. This property corresponds to
the DIMTZIN 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 virtual int Dimtzin { get; set; }
Public Overridable Property Dimtzin As Integer
Get
Set
public:
virtual property int Dimtzin {
int get ();
void set (int value);
}
abstract Dimtzin : int with get, set
override Dimtzin : int with get, set
Property Value
Int32
See Also