ViewConstraints.MinHeightAboveGround Property
Gets or sets the minimum height above ground of the camera in a 3D view.
Syntax
public System.Double MinHeightAboveGround { get; set; }
Property Value
Default: 1.0
The minimum height above ground of a 3D camera, in meters.
Remarks
A 3D view typically loads the ground in a background thread. This means that the ViewConstraints can be applied to, and move, the camera position several times until the most detailed elevation data has been loaded.
Even when constraints keep the camera positioned above ground it is still possible to place it in a location that makes it see below the ground. This happens when parts of the ground is closer to the camera than the front clipping plane of the camera.
Platforms
Windows, Linux, Android