Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks
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