DimensionStyleSuppressZeroInches Property
|
Suppresses zero inches in architectural dimensions.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool SuppressZeroInches { get; set; }
Public Property SuppressZeroInches As Boolean
Get
Set
public:
property bool SuppressZeroInches {
bool get ();
void set (bool value);
}
member SuppressZeroInches : bool with get, set
PROPERTY SuppressZeroInches AS LOGIC GET SET
Property Value
Type:
BooleanRemarks This value is part of the DIMDEC variable.
See Also