ArcGIS Pro 2.9 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
The builder inherits attributes, Z, M and ID-values, from the input envelope. For example, if the input envelope's HasZ property is true, then the builder's HasZ property is true.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Class
EnvelopeBuilderEx Members
Overload List