DimensionStyleDimLine2Off Property
|
Suppresses display of the second dimension line. (DIMSD2)
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic bool DimLine2Off { get; set; }Public Property DimLine2Off As Boolean
Get
Set
public:
property bool DimLine2Off {
bool get ();
void set (bool value);
}member DimLine2Off : bool with get, set
PROPERTY DimLine2Off AS LOGIC GET SET
Property Value
Type:
Boolean
Remarks
Default: false
To completely suppress the dimension line set both DimLine1Off and DimLine2Off to false.
See Also