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

XmpArrayNode.SyncRoot Property

Gets an object for synchronized access.

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

Syntax

Visual Basic
Public Overrides NotOverridable ReadOnly Property SyncRoot As Object
C#
public override sealed Object SyncRoot { get; }

Property Value

Always returns null (synchronized access is not implemented).

See Also

Reference