Elevation Source
Elevation sources provide a surface on which data can be draped or offset from. This is the base class for elevation sources, such as ArcGISTiledElevationSource and RasterElevationSource. To utilize an elevation source in a scene's surface, create the elevation source and add it to the scene's Surface.elevationSources collection. The combination of elevation sources within the Surface generates a rendering surface on which data can be draped or offset from.
Since
200.1.0
See also
Inheritors
Properties
The unique identifying string for the ElevationSource, as specified in a scene. The ID is used by other parts of the API to reference a specific ElevationSource. If not provided, a unique ID is automatically assigned to each ElevationSource upon creation. When changing the ID, ensure the value remains unique so the ElevationSource can be reliably located by ID.