ArcGIS Pro 2.9 API Reference Guide
PolygonBuilderEx Constructor(Polygon)

ArcGIS.Core.Geometry Namespace > PolygonBuilderEx Class > PolygonBuilderEx Constructor : PolygonBuilderEx Constructor(Polygon)
Polygon used for construction of the geometry of this builder.
Initializes a new instance of the PolygonBuilderEx class from the input polygon.
Syntax
public PolygonBuilderEx( 
   Polygon polygon
)
Public Function New( _
   ByVal polygon As Polygon _
)

Parameters

polygon
Polygon used for construction of the geometry of this builder.
Exceptions
ExceptionDescription
polygon is null.
Remarks
All properties of the input polygon, including the spatial reference, are inherited by the new builder.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PolygonBuilderEx Class
PolygonBuilderEx Members
Overload List