Click or drag to resize

DimensionStyleDimLine2Off Property

Suppresses display of the second dimension line. (DIMSD2)

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public bool DimLine2Off { get; set; }

Property Value

Type: Boolean
Remarks
Default: false
To completely suppress the dimension line set both DimLine1Off and DimLine2Off to false.
See Also