DimensionStyleDimLineOff Property
|
Suppresses display of the dimension line.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool DimLineOff { get; set; }
Public Property DimLineOff As Boolean
Get
Set
public:
property bool DimLineOff {
bool get ();
void set (bool value);
}
member DimLineOff : bool with get, set
PROPERTY DimLineOff AS LOGIC GET SET
Property Value
Type:
BooleanRemarks
The are actually two variables in the dxf to control the suppression of the dimension line,
dimsd1 and dimsd2 that hide the left and right side of the dimension line.
This library does not supports both variables, you can only turn it on or off completely but not partially.
Default: false
See Also