DimensionStyleDimBaselineSpacing Property
|
Controls the spacing of the dimension lines in baseline dimensions.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public double DimBaselineSpacing { get; set; }
Public Property DimBaselineSpacing As Double
Get
Set
public:
property double DimBaselineSpacing {
double get ();
void set (double value);
}
member DimBaselineSpacing : float with get, set
PROPERTY DimBaselineSpacing AS REAL8 GET SET
Property Value
Type:
DoubleRemarks
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.
See Also