public static Polygon CreatePolygon( IEnumerable<Segment> segments, SpatialReference spatialReference )
Public Overloads Shared Function CreatePolygon( _ ByVal segments As IEnumerable(Of Segment), _ Optional ByVal spatialReference As SpatialReference _ ) As Polygon
Parameters
- segments
- Segments 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 segments.
Return Value
A Polygon.