Contains the latitude and longitude of a single point on the globe.
VELatLong Constructor
Initializes a new instance of the VELatLong object.
VELatLong.SetAltitude Method
Specifies the altitude for a point on the globe.
VELatLong.Altitude Property
Specifies the altitude of a single point on the globe.
VELatLong.AltitudeMode Property
Specifies the mode in which an altitude is represented.
VELatLong.Latitude Property
Specifies the latitude of a single point on the globe.
VELatLong.Longitude Property
Specifies the longitude of a single point on the globe.
The Latitude and Longitude values use WGS 84 datum.
To obtain the VELatLong object of a point on the current map, use the VEMap.PixelToLatLong Method. To convert a VELatLong object to a point on the current map, use the VEMap.LatLongToPixel Method.