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

24c3b723 632c f64e fe6f 19f620fa23ad

haplokuon edited this page May 6, 2023 · 1 revision

Flags Property

netDxf 3.0.0 Library

Gets the block-type flags (bit-coded values, may be combined).

Definition

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

Property Value

BlockTypeFlags

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally