public static Polygon CreatePolygon( Multipoint multipoint, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal multipoint As Multipoint, _ Optional ByVal spatialReference As SpatialReference _ ) As Polygon
Parameters
- multipoint
- The multipoint 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 multipoint.
Return Value
A Polygon.