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 409
e9c4f97e 3611 88bf e9c9 4cc630fbf8b2
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the spacing of the dimension lines in baseline dimensions. (DIMDLI)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public double DimBaselineSpacing { get; set; }
VB
Public Property DimBaselineSpacing As Double
Get
Set
C++
public:
property double DimBaselineSpacing {
double get ();
void set (double value);
}
F#
member DimBaselineSpacing : float with get, set
Double
Default: 0.38
This value is stored only for information purposes. Base dimensions are a compound entity made of several dimensions, there is no actual DXF entity that represents that.