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

2b44f172 4b16 a59b 36d0 66bf714d0da8

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeName Property

netDxf 3.0.0 Library

Layer properties linetype name.

Definition

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

C#

public string LinetypeName { get; set; }

VB

Public Property LinetypeName As String
	Get
	Set

C++

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

F#

member LinetypeName : string with get, set

Property Value

String

See Also

Reference

LayerStateProperties Class
netDxf.Objects Namespace

Clone this wiki locally