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
- The polygon rings.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from polygons.
Return Value
A Polygon.