public Polygon AutoComplete( Polygon inputPolygon, Polyline completionLine )
Public 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. If inputPolygon or completionLine are empty, then null is returned.