Public Function InterpolateShapeVertices( _ ByVal multipart As Multipart, _ ByVal interpolationMethod As SurfaceInterpolationMethod, _ ByVal pyramidResolution As Double _ ) As Geometry
public Geometry InterpolateShapeVertices( Multipart multipart, SurfaceInterpolationMethod interpolationMethod, double pyramidResolution )
Parameters
- multipart
- The multipart to be interpolated. It must be a polyline or polygon. Use InterpolateZ.to obtain a Z value for a point.
- interpolationMethod
- The method of interpolation. The default method of interpolation for Terrain layers is SurfaceInterpolationMethod.Linear.
- pyramidResolution
- The z-tolerance or window-size resolution of the terrain pyramid level that will be used. Default value is 0.
Return Value
A ArcGIS.Core.Geometry.Geometry with surface elevation z values.