public ElevationProfileResult GetElevationProfileFromSurface( IEnumerable<Polyline> polylines, ElevationSurfaceLayer surfaceLayer )
Public Overloads Function GetElevationProfileFromSurface( _ ByVal polylines As IEnumerable(Of Polyline), _ ByVal surfaceLayer As ElevationSurfaceLayer _ ) As ElevationProfileResult
Parameters
- polylines
- A set of polylines.
- surfaceLayer
- Identifies the surface to be used. If null is specified, then the default Ground Surface will be used.
Return Value
An ElevationProfileResult. If successful, this contains the generated polyline.