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

24640856 b2ca c008 08a5 2f16e17e1713

haplokuon edited this page May 6, 2023 · 1 revision

IsReserved Property

netDxf 3.0.0 Library

Gets if the table object is reserved and cannot be deleted.

Definition

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

Property Value

Boolean

See Also

Reference

TableObject Class
netDxf.Tables Namespace

Clone this wiki locally