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

XmpNode.IsSynchronized Property

Gets a value indicating whether access to the array is synchronized (thread-safe).

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

Syntax

Visual Basic
Public MustOverride ReadOnly Property IsSynchronized As Boolean
C#
public abstract bool IsSynchronized { get; }

Property Value

Always false.

See Also

Reference