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

b7c97334 5320 3540 9abb 88e41074749e

haplokuon edited this page May 6, 2023 · 1 revision

Linetype Property

netDxf 3.0.0 Library

Gets or sets the entity line type.

Definition

Namespace: netDxf.Entities
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

AttributeDefinition Class
netDxf.Entities Namespace

Clone this wiki locally