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
129142e9 c8f4 6b65 666f 1ed245664251
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines if the line type is defined by block.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsByBlock { get; }VB
Public ReadOnly Property IsByBlock As Boolean
GetC++
public:
property bool IsByBlock {
bool get ();
}F#
member IsByBlock : bool with getBoolean