public Geometry InterpolateShapeVertices( Multipart multipart, SurfaceInterpolationMethod interpolationMethod )
Public Function InterpolateShapeVertices( _ ByVal multipart As Multipart, _ ByVal interpolationMethod As SurfaceInterpolationMethod _ ) As Geometry
Parameters
- multipart
- The multipart to be interpolated. It must be a polyline or polygon.
- interpolationMethod
- The method of interpolation. The default method of interpolation for TINs is SurfaceInterpolationMethod.Linear./
Return Value
A ArcGIS.Core.Geometry.Geometry with surface elevation z values.