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
Syntaxpublic bool DimLine1Off { get; set; }Public Property DimLine1Off As Boolean
Get
Set
public:
property bool DimLine1Off {
bool get ();
void set (bool value);
}member DimLine1Off : bool with get, set
PROPERTY DimLine1Off AS LOGIC GET SET
Property Value
Type:
Boolean
RemarksDefault: 0.0
Remarks
Default: false
To completely suppress the dimension line set both DimLine1Off and DimLine2Off to false.
See Also