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

77256044 f84b 45ac 67d0 1e24a82738bd

haplokuon edited this page May 6, 2023 · 1 revision

ExtLineFixedLength Property

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)

Definition

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

Property Value

Double

Remarks

Default: 1.0

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally