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

1b7d3ab5 a05f 79e7 8fc0 3fe7f7f08ebf

haplokuon edited this page May 6, 2023 · 1 revision

DimLineExtend Property

netDxf 3.0.0 Library

Gets or sets the distance the dimension line extends beyond the extension line when oblique, architectural tick, integral, or no marks are drawn for arrowheads. (DIMDLE)

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public double DimLineExtend { get; set; }

VB

Public Property DimLineExtend As Double
	Get
	Set

C++

public:
property double DimLineExtend {
	double get ();
	void set (double value);
}

F#

member DimLineExtend : float with get, set

Property Value

Double

Remarks

Default: 0.0

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally