GlobeView.GeocentricCameraUpVector Property
Gets the current camera vector in the internal geocentric coordinate system.
Syntax
public Point GeocentricCameraUpVector { get; }
Property Value
The current camera vector in the internal geocentric coordinate system.
Remarks
Internally, all longitude/latitude/elevation coordinates are converted to a geocentric coordinate system. This property, together with GeocentricCameraPoint and GeocentricCameraAheadVector specifies the camera orientation in that geocentric reference system.
However, if any of the properties CameraPoint, CameraBearing, CameraPitch and CameraRoll are modified, you must Update the globe view before you can get the correct value from GeocentricCameraUpVector. It is often easier to use the static method ToGeocentric instead.
Platforms
Windows, Linux, Android