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

XmpDictionaryNode.IsReadOnly Property

Indicates whether the dictionary is a read-only.

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

Syntax

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

Property Value

Always false.

See Also

Reference