ArcGIS Pro 2.9 API Reference Guide
PolygonBuilderEx Constructor(Envelope)

ArcGIS.Core.Geometry Namespace > PolygonBuilderEx Class > PolygonBuilderEx Constructor : PolygonBuilderEx Constructor(Envelope)
Envelope used for construction of the geometry of this builder. Note that if the envelope has z-values, they will be interpolated for the upper right and lower left vertices.
Initializes a new instance of the PolygonBuilderEx class from the input envelope.
Syntax
public PolygonBuilderEx( 
   Envelope envelope
)
Public Function New( _
   ByVal envelope As Envelope _
)

Parameters

envelope
Envelope used for construction of the geometry of this builder. Note that if the envelope has z-values, they will be interpolated for the upper right and lower left vertices.
Exceptions
ExceptionDescription
envelope is null.
Remarks
The spatial reference of the input multipoint is inherited by the new builder, however, the HasZ, HasM and HasID attributes are not inherited.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

PolygonBuilderEx Class
PolygonBuilderEx Members
Overload List