public Task<ElevationProfileResult> GetElevationProfileFromSurfaceAsync( IEnumerable<MapPoint> points, ElevationSurfaceLayer surfaceLayer, SurfaceZsMissingHandler missingHandler )
Public Overloads Function GetElevationProfileFromSurfaceAsync( _ ByVal points As IEnumerable(Of MapPoint), _ ByVal surfaceLayer As ElevationSurfaceLayer, _ ByVal missingHandler As SurfaceZsMissingHandler _ ) As Task(Of ElevationProfileResult)
Parameters
- points
- A set of points.
- surfaceLayer
- Identifies the surface to be used. If null is specified, then the default Ground Surface will be used.
- missingHandler
- provides options to handle missing Zs in the surface
Return Value
An ElevationProfileResult. If successful, this contains the generated polyline.