This documentation is for the old version. Go to the latest Graphics Mill docs

VObjectCollection.IsReadOnly Property

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

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls.VectorObjects (in Aurigma.GraphicsMill.WinControls.VectorObjects.dll)

Syntax

Visual Basic
Public ReadOnly Property IsReadOnly As Boolean
C#
public bool IsReadOnly { get; }

Property Value

true if the collection is read-only; otherwise, false. The default is false.

Implements

IList.IsReadOnly

Remarks

A collection that is read-only does not allow the addition, removal, or modification of layers after the collection is created.

See Also

Reference