Parameters
- inputPolygon
- The polygon to complete.
- completionLine
- The polyline used to complete the input polygon.
Return Value
The polygon representing the completed area. If inputPolygon or completionLine are empty, then null is returned.
Exception | Description |
---|---|
System.ArgumentNullException | Either inputPolygonor completionLineor both are null. |
System.NotImplementedException | The method is not implemented for GeometryBag. |
System.ArgumentException | Spatial reference of inputPolygonis null. |
Target Platforms: Windows 11, Windows 10