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

Syntax

Visual Basic
Public Property Easting As Double
	Get
	Set
C#
public double Easting { get; set; }
Visual C++
public:
property double Easting {
	double get ();
	void set (double value);
}
JavaScript
function get_easting();
function set_easting(value);

See Also