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
fea120e9 1205 1b77 fe2f 6ce829be1159
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets if the block record is for internal use only.
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
Boolean
All blocks which name starts with "*" are for internal use and should not be modified.