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

8da6cd9b c979 b458 cb05 0f43ce4e602d

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 virtual bool IsReadOnly { get; }

VB

Public Overridable ReadOnly Property IsReadOnly As Boolean
	Get

C++

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

F#

abstract IsReadOnly : bool with get
override IsReadOnly : bool with get

Property Value

Boolean

Implements

ICollection(T).IsReadOnly

See Also

Reference

EntityCollection Class
netDxf.Collections Namespace

Clone this wiki locally