Function ConstructPolygonsFromPolylines( _ ByVal polylines As IEnumerable(Of Polyline) _ ) As IReadOnlyList(Of Polygon)
IReadOnlyList<Polygon> ConstructPolygonsFromPolylines( IEnumerable<Polyline> polylines )
Parameters
- polylines
- The set of polylines to create polygons from. If a polyline has curves, a densified copy of it is used to construct the polygons.
Return Value
Returns the polygons. If none are created, then the collection returned is empty.
