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

fea120e9 1205 1b77 fe2f 6ce829be1159

haplokuon edited this page May 6, 2023 · 1 revision

IsForInternalUseOnly Property

netDxf 3.0.0 Library

Gets if the block record is 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

Remarks

All blocks which name starts with "*" are for internal use and should not be modified.

See Also

Reference

BlockRecord Class
netDxf.Blocks Namespace

Clone this wiki locally