Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

e9c4f97e 3611 88bf e9c9 4cc630fbf8b2

haplokuon edited this page May 6, 2023 · 1 revision

DimBaselineSpacing Property

netDxf 3.0.0 Library

Gets or sets the spacing of the dimension lines in baseline dimensions. (DIMDLI)

Definition

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

Property Value

Double

Remarks

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

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally