Namespace:
EGIS.ShapeFileLib
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Assembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property Northing As Double Get Set |
C# |
---|
public double Northing { get; set; } |
Visual C++ |
---|
public: property double Northing { double get (); void set (double value); } |
JavaScript |
---|
function get_northing(); function set_northing(value); |