public Task<SurfaceZsResult> GetZsFromSurfaceAsync( Geometry geometry, ElevationSurfaceLayer surfaceLayer )
Public Overloads Function GetZsFromSurfaceAsync( _ ByVal geometry As Geometry, _ ByVal surfaceLayer As ElevationSurfaceLayer _ ) As Task(Of SurfaceZsResult)
Parameters
- geometry
- the input geometry
- surfaceLayer
- Identifies the surface to be used - if specified null, then the default Ground Surface will be used
Return Value
A result that contains a status, plus an output geometry only if the status is favorable