Gets/Sets whether ShapeFiles should be rendered using the Mercator Projection.

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

Syntax

Visual Basic (Declaration)
Public Shared Property UseMercatorProjection As Boolean
C#
public static bool UseMercatorProjection { get; set; }
Visual C++
public:
static property bool UseMercatorProjection {
	bool get ();
	void set (bool value);
}

See Also