InterpolateShape(Geometry,SurfaceInterpolationMethod,Double,Double) Method
Interpolates Z values for a geometric shape from the surface layer.
This method must be called on the MCT. Use QueuedTask.Run.
Parameters
- geometry
- The geometry to be interpolated. It must be a point, multipoint, polyline or polygon.
- interpolationMethod
- The method of interpolation. The default method of interpolation for TINs is SurfaceInterpolationMethod.Linear./
- stepSize
- A densification parameter. If specified, the multipart will be densified by the value prior to
interpolating heights from the surface.
- profileWeedTolerance
- A 2D distance filter to prevent oversampled output. If specified, this value ensures that no two consecutive
vertices will be closer than this distance. Use 0 to turn off weeding.
Return Value
A
ArcGIS.Core.Geometry.Geometry with surface elevation z values.
Target Platforms: Windows 11, Windows 10
ArcGIS Pro version: 3.4 or higher.