public Task<ElevationProfileResult> GetElevationProfileFromSurfaceAsync( MapPoint startPoint, MapPoint endPoint, int numPoints )
Public Overloads Function GetElevationProfileFromSurfaceAsync( _ ByVal startPoint As MapPoint, _ ByVal endPoint As MapPoint, _ ByVal numPoints As Integer _ ) As Task(Of ElevationProfileResult)
Parameters
- startPoint
- The start point.
- endPoint
- The end point.
- numPoints
- The number of points required in the resulting polyline. Note this count includes the start and end points.
Return Value
An ElevationProfileResult. If successful, this contains the generated polyline.