ArcGIS Pro 2.6 API Reference Guide
CreatePolygon(Polyline,SpatialReference) Method

ArcGIS.Core.Geometry Namespace > PolygonBuilder Class > CreatePolygon Method : CreatePolygon(Polyline,SpatialReference) Method
The polyline to create the polygon.
(Optional) The SpatialReference. The default value is null. If spatialReference is null, then the spatial reference will be inherited from polyline.
Convenience method to create a new instance of the Polygon class.
Syntax
public static Polygon CreatePolygon( 
   Polyline polyline,
   SpatialReference spatialReference
)
Public Overloads Shared Function CreatePolygon( _
   ByVal polyline As Polyline, _
   Optional ByVal spatialReference As SpatialReference _
) As Polygon

Parameters

polyline
The polyline 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 polyline.

Return Value

Exceptions
ExceptionDescription
polyline is null.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

PolygonBuilder Class
PolygonBuilder Members
Overload List