GlobeView.ElevationInput Property
Gets or sets the input operator used to read elevation rasters.
Syntax
public Operator ElevationInput { get; set; }
Property Value
Remarks
It is essential that this operator chain can read elevation data efficiently at different resolutions; please see the Remarks section for the GlobeView class.
Note that only raster features are used, all other types of features are discarded, even meshes.
If the property is set to null, or if the operator does not provide any elevation data for a certain area, the ground mesh will be generated at sea level.
Platforms
Windows, Linux, Android