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

3ef4b48a fb0a a519 019b 7163e09b7a5e

haplokuon edited this page May 6, 2023 · 1 revision

ExtLine1Linetype Property

netDxf 3.0.0 Library

Gets or sets the line type of the first extension line. (DIMLTEX1)

Definition

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

C#

public Linetype ExtLine1Linetype { get; set; }

VB

Public Property ExtLine1Linetype As Linetype
	Get
	Set

C++

public:
property Linetype^ ExtLine1Linetype {
	Linetype^ get ();
	void set (Linetype^ value);
}

F#

member ExtLine1Linetype : Linetype with get, set

Property Value

Linetype

Remarks

Default: ByBlock

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally