Parameters
- multipart
- The multipart to be interpolated. It must be a polyline or polygon.
Return Value
A ArcGIS.Core.Geometry.Geometry with surface elevation z values.
Exception | Description |
---|---|
System.ArgumentNullException | multipart cannot be null. |
MappingException | An exception occurred within the InterpolateShapeVertices calculation. |
ArcGIS.Core.CalledOnWrongThreadException | This method or property must be called within the lambda passed to QueuedTask.Run. |
InterpolateShapeVertices will handle differences in spatial reference between the input shape and the surface. It will project (a copy of) the input geometry to match the surface for the sake of interpolation. It will then re-project the output geometry so it's the same as the input shape.
Target Platforms: Windows 11, Windows 10