public Task<SurfaceZsResult> GetZsAsync( double x, double y, SurfaceZsMissingHandler missingHandler, CancellationToken cancellationToken )
Public Overloads Function GetZsAsync( _ ByVal x As Double, _ ByVal y As Double, _ ByVal missingHandler As SurfaceZsMissingHandler, _ ByVal cancellationToken As CancellationToken _ ) As Task(Of SurfaceZsResult)
Parameters
- x
- The x-coordinate
- y
- The y-coordinate
- missingHandler
- Provides options to handle missing Zs
- cancellationToken
- Provides a way to cancel the operation
Return Value
A result that contains a status, plus an output geometry only if the status is favorable.