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

7550bf1e 8b76 095d af88 a1a5778fdf3f

haplokuon edited this page May 6, 2023 · 1 revision

ExtLineOffset Property

netDxf 3.0.0 Library

Gets or sets how far extension lines are offset from origin points. (DIMEXO)

Definition

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

C#

public double ExtLineOffset { get; set; }

VB

Public Property ExtLineOffset As Double
	Get
	Set

C++

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

F#

member ExtLineOffset : float with get, set

Property Value

Double

Remarks

Default: 0.0625

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally