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

XmpData.SyncRoot Property

Gets an object for synchronized access.

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

Syntax

Visual Basic
Public ReadOnly Property SyncRoot As Object
C#
public Object SyncRoot { get; }

Property Value

Always returns null (synchronized access is not implemented).

See Also

Reference