In ArcGIS Runtime (specifically, for Qt, but this is applicable across all ArcGIS Runtime SDKs), how can one use the API to determine whether an image service is suitable for use as an elevation source?
Esri's WorldElevation3D/Terrain3D service is an elevation data set. The service has a property named serviceDataType, which has a value of esriImageServiceDataTypeElevation.
However, the corresponding ImageServiceRaster type in the Runtime API doesn't appear to have a corresponding property.
Is there a way to determine, using the Runtime API, whether an image service is suitable for use as an elevation source?