This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
77256044 f84b 45ac 67d0 1e24a82738bd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the total length of the extension lines starting from the dimension line toward the dimension origin. (DIMFXL)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double ExtLineFixedLength { get; set; }
VB
Public Property ExtLineFixedLength As Double
Get
Set
C++
public:
property double ExtLineFixedLength {
double get ();
void set (double value);
}
F#
member ExtLineFixedLength : float with get, set
Double
Default: 1.0