public SurfaceZsResult GetZs( double x, double y, SurfaceZsMissingHandler missingHandler )
Public Overloads Function GetZs( _ ByVal x As Double, _ ByVal y As Double, _ ByVal missingHandler As SurfaceZsMissingHandler _ ) As SurfaceZsResult
Parameters
- x
- The x-coordinate
- y
- The y-coordinate
- 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.