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 407
24640856 b2ca c008 08a5 2f16e17e1713
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets if the table object is reserved and cannot be deleted.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsReserved { get; }
VB
Public ReadOnly Property IsReserved As Boolean
Get
C++
public:
property bool IsReserved {
bool get ();
}
F#
member IsReserved : bool with get
Boolean