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

152884e7 d8a5 5fa5 a307 92efbc55e820

haplokuon edited this page May 6, 2023 · 1 revision

IsByLayer Property

netDxf 3.0.0 Library

Defines if the line type is defined by layer.

Definition

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

C#

public bool IsByLayer { get; }

VB

Public ReadOnly Property IsByLayer As Boolean
	Get

C++

public:
property bool IsByLayer {
	bool get ();
}

F#

member IsByLayer : bool with get

Property Value

Boolean

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally