public static Polygon CreatePolygon( IEnumerable<MapPoint> points, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal points As IEnumerable(Of MapPoint), _ Optional ByVal spatialReference As SpatialReference _ ) As Polygon
Parameters
- points
- Points to create the polygon.
- spatialReference
- (Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from points.
Return Value
A Polygon.