ArcGIS Pro 2.7 API Reference Guide
EnvelopeBuilderEx Constructor(Envelope)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilderEx Class > EnvelopeBuilderEx Constructor : EnvelopeBuilderEx Constructor(Envelope)
The Envelope to use to construct the EnvelopeBuilderEx.
Initializes a new instance of the EnvelopeBuilder class.
Syntax
public EnvelopeBuilderEx( 
   Envelope envelope
)
Public Function New( _
   ByVal envelope As Envelope _
)

Parameters

envelope
The Envelope to use to construct the EnvelopeBuilderEx.
Exceptions
ExceptionDescription
envelope is null.
Remarks
All attributes of the input envelope are copied to the builder.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members
Overload List