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

MetadataDictionary.SyncRoot Property

Gets an object for synchronized access.

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

Syntax

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

Property Value

Always returns null (synchronized access was not implemented in MetadataDictionary).

See Also

Reference