| Overload | Description |
|---|---|
| GetElevationProfileFromSurfaceAsync(IEnumerable<Polyline>) | Gets an elevation profile for the specified polylines. The Z values of the calculated polyline are populated from the Ground Surface Layer. |
| GetElevationProfileFromSurfaceAsync(IEnumerable<Polyline>,ElevationSurfaceLayer) | Gets an elevation profile for the specified polylines. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
| GetElevationProfileFromSurfaceAsync(IEnumerable<Polyline>,ElevationSurfaceLayer,SurfaceZsMissingHandler) | Gets an elevation profile for the specified polylines. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
| GetElevationProfileFromSurfaceAsync(IEnumerable<Polyline>,ElevationSurfaceLayer,SurfaceZsMissingHandler,CancellationToken) | Gets an elevation profile for the specified polylines. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
| GetElevationProfileFromSurfaceAsync(IEnumerable<MapPoint>) | Gets an elevation profile for the specified points. The Z values of the calculated polyline are populated from the Ground Surface Layer. |
| GetElevationProfileFromSurfaceAsync(IEnumerable<MapPoint>,ElevationSurfaceLayer) | Gets an elevation profile for the specified points. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
| GetElevationProfileFromSurfaceAsync(IEnumerable<MapPoint>,ElevationSurfaceLayer,SurfaceZsMissingHandler) | Gets an elevation profile for the specified points. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
| GetElevationProfileFromSurfaceAsync(IEnumerable<MapPoint>,ElevationSurfaceLayer,SurfaceZsMissingHandler,CancellationToken) | Gets an elevation profile for the specified points. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
| GetElevationProfileFromSurfaceAsync(MapPoint,MapPoint,Int32) | Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. The Z values of the calculated polyline are populated from the Ground Surface Layer. |
| GetElevationProfileFromSurfaceAsync(MapPoint,MapPoint,Int32,ElevationSurfaceLayer) | Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. The Z values of the calculated polyline are populated from the Ground Surface Layer. |
| GetElevationProfileFromSurfaceAsync(MapPoint,MapPoint,Int32,ElevationSurfaceLayer,SurfaceZsMissingHandler) | Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |
| GetElevationProfileFromSurfaceAsync(MapPoint,MapPoint,Int32,ElevationSurfaceLayer,SurfaceZsMissingHandler,CancellationToken) | Gets an elevation profile calculated between startPoint and endPoint. Intermediate points are calculated at equal distances between the end points according to the numPoints specified. The Z values of the calculated polyline are populated from the specified Elevation Surface Layer. |