public static Polygon CreatePolygon( IEnumerable<Polygon> polygons, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal polygons As IEnumerable(Of Polygon), _ Optional ByVal spatialReference As SpatialReference _ ) As Polygon
Parameters
- polygons
- Parts to create the polyline. The spatial references of the polygons are checked for compatibility.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from polygons. which requires traversing through the enumeration of points. For improved performance, use CreatePolygon(IEnumerable<Polygon>,AttributeFlags,SpatialReference).
Return Value
A Polygon.