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
f78026ba ec5b 03c3 b7ae 388064188edb
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines if the color is defined by layer.
Namespace: netDxf
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