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

ad116b81 2315 e856 ff7b f16c9e6d9d73

haplokuon edited this page May 6, 2023 · 1 revision

IsForInternalUseOnly Property

netDxf 3.0.0 Library

All blocks that starts with "*" are for internal use only.

Definition

Namespace: netDxf.Blocks
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool IsForInternalUseOnly { get; }

VB

Public ReadOnly Property IsForInternalUseOnly As Boolean
	Get

C++

public:
property bool IsForInternalUseOnly {
	bool get ();
}

F#

member IsForInternalUseOnly : bool with get

Property Value

Boolean

See Also

Reference

Block Class
netDxf.Blocks Namespace

Clone this wiki locally