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
Public Shared ReadOnly Property Sync As Object
	Get
C#
public static Object Sync { get; }
Visual C++
public:
static property Object^ Sync {
	Object^ get ();
}
JavaScript
EGIS.ShapeFileLib.ShapeFile.get_sync = function();

Remarks

NOTE: Many of the methods in this 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