DimensionStyleExtLineExtend Property
|
Specifies how far to extend the extension line beyond the dimension line.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double ExtLineExtend { get; set; }
Public Property ExtLineExtend As Double
Get
Set
public:
property double ExtLineExtend {
double get ();
void set (double value);
}
member ExtLineExtend : float with get, set
PROPERTY ExtLineExtend AS REAL8 GET SET
Property Value
Type:
DoubleRemarks Default: 0.18
See Also