Click or drag to resize

DimensionStyleDimLine1Off Property

Sets the distance the dimension line extends beyond the extension line when oblique, architectural tick, integral, or no marks are drawn for arrowheads.
Suppresses display of the first dimension line. (DIMSD1)

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

Property Value

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