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

XmpArrayNode.IsReadOnly Property

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

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

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

Property Value

Always false.

Implements

IList.IsReadOnly

See Also

Reference