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