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

9e7b1af1 fc0f d8aa c1ad 434f2af1c2ff

haplokuon edited this page May 6, 2023 · 1 revision

Linetype Property

netDxf 3.0.0 Library

Gets or sets the layer line type.

Definition

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

C#

public Linetype Linetype { get; set; }

VB

Public Property Linetype As Linetype
	Get
	Set

C++

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

F#

member Linetype : Linetype with get, set

Property Value

Linetype

See Also

Reference

Layer Class
netDxf.Tables Namespace

Clone this wiki locally