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

18633a0b bf7d 9ac1 33bd 6abd98088dc8

haplokuon edited this page May 6, 2023 · 1 revision

ExtLine2Linetype Property

netDxf 3.0.0 Library

Gets or sets the line type of the second extension line. (DIMLTEX2)

Definition

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

C#

public Linetype ExtLine2Linetype { get; set; }

VB

Public Property ExtLine2Linetype As Linetype
	Get
	Set

C++

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

F#

member ExtLine2Linetype : Linetype with get, set

Property Value

Linetype

Remarks

Default: ByBlock

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally