public Task<SurfaceZsResult> GetZsAsync( Geometry geometry, SurfaceZsMissingHandler missingHandler )
Public Overloads Function GetZsAsync( _ ByVal geometry As Geometry, _ ByVal missingHandler As SurfaceZsMissingHandler _ ) As Task(Of SurfaceZsResult)
Parameters
- geometry
- the input geometry
- missingHandler
- Provides options to handle missing Zs
Return Value
A result that contains a status, plus an output geometry only if the status is favorable.