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

e968401e 52de e55b 9afe 242c7b4b2db4

haplokuon edited this page May 6, 2023 · 1 revision

IsReadOnly Property

netDxf 3.0.0 Library

Gets a value indicating whether the collection is read-only.

Definition

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

C#

public static bool IsReadOnly { get; }

VB

Public Shared ReadOnly Property IsReadOnly As Boolean
	Get

C++

public:
static property bool IsReadOnly {
	bool get ();
}

F#

static member IsReadOnly : bool with get

Property Value

Boolean

See Also

Reference

AttributeCollection Class
netDxf.Collections Namespace

Clone this wiki locally