This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
24c3b723 632c f64e fe6f 19f620fa23ad
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the block-type flags (bit-coded values, may be combined).
Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public BlockTypeFlags Flags { get; }
VB
Public ReadOnly Property Flags As BlockTypeFlags
Get
C++
public:
property BlockTypeFlags Flags {
BlockTypeFlags get ();
}
F#
member Flags : BlockTypeFlags with get