Get/Set the Hemisphere of the current Latitude coordinate
(0 Latitude is always considered North for display purposes)
Namespace: GZTW.AyaNova.BLLAssembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
| C# |
|---|
public LatitudeHemisphere LatHemisphere { get; set; } |
| Visual Basic |
|---|
Public Property LatHemisphere As LatitudeHemisphere Get Set |
| Visual C++ |
|---|
public: property LatitudeHemisphere LatHemisphere { LatitudeHemisphere get (); void set (LatitudeHemisphere value); } |