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

8a67a09f d885 2f21 7ca1 bbd88df2231f

haplokuon edited this page May 6, 2023 · 1 revision

ByLayer Property

netDxf 3.0.0 Library

Gets the ByLayer line type.

Definition

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

C#

public static Linetype ByLayer { get; }

VB

Public Shared ReadOnly Property ByLayer As Linetype
	Get

C++

public:
static property Linetype^ ByLayer {
	Linetype^ get ();
}

F#

static member ByLayer : Linetype with get

Property Value

Linetype

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally