Polygon AutoComplete( Polygon inputPolygon, Polyline completionLine )
Function AutoComplete( _ ByVal inputPolygon As Polygon, _ ByVal completionLine As Polyline _ ) As Polygon
Parameters
- inputPolygon
- The polygon to complete.
- completionLine
- The polyline used to complete the input polygon.
Return Value
The polygon representing the completed area.