Gets an object that can be used to synchronize access to the ShapeFile

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public Shared ReadOnly Property Sync As Object
C#
public static Object Sync { get; }
Visual C++
public:
static property Object^ Sync {
	Object^ get ();
}

Remarks

NOTE: Many of the methods in theis class are not Thread Safe (due to internal shared buffers). If multiple threads require access to ShapeFile objects then the static (Shared in VB) Sync object should be used to provide mutual access to the shapefiles

See Also