public double InterpolateZ( double x, double y, SurfaceInterpolationMethod interpolationMethod )
Public Function InterpolateZ( _ ByVal x As Double, _ ByVal y As Double, _ ByVal interpolationMethod As SurfaceInterpolationMethod _ ) As Double
Parameters
- x
- The x coordinate.
- y
- The y coordinate.
- interpolationMethod
- The method of interpolation. The default method of interpolation for TINs is SurfaceInterpolationMethod.Linear./
Return Value
The surface elevation Z value.