This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
152884e7 d8a5 5fa5 a307 92efbc55e820
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines if the line type is defined by layer.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsByLayer { get; }VB
Public ReadOnly Property IsByLayer As Boolean
GetC++
public:
property bool IsByLayer {
bool get ();
}F#
member IsByLayer : bool with getBoolean