ArcGIS Pro 2.8 API Reference Guide
EnvelopeBuilderEx Class
Members 

ArcGIS.Core.Geometry Namespace : EnvelopeBuilderEx Class
A pure .Net builder for creating an Envelope.
Object Model
EnvelopeBuilderEx ClassMapPoint ClassCoordinate2D StructureEnvelopeBuilderEx ClassEnvelope ClassEnvelope ClassSpatialReference ClassGeometry Class
Syntax
public sealed class EnvelopeBuilderEx : GeometryBuilderEx 
Public NotInheritable Class EnvelopeBuilderEx 
   Inherits GeometryBuilderEx
Remarks
The EnvelopeBuilderEx methods can be called on any thread.

An Envelope is an axis-aligned box described by the coordinates of the lower left corner and the coordinates of the upper right corner.

Use the EnvelopeBuilderEx class to to create and/or modify an Envelope shape. An Envelope is based upon the parent Geometry class. The Geometry class is immutable which means that you can not change its shape once it is created. Hence, the EnvelopeBuilderEx provides the way to make changes when working with an Envelope. Use the ToGeometry method to get the Envelope geometry from the builder.

Inheritance Hierarchy

System.Object
   ArcGIS.Core.Geometry.GeometryBuilderEx
      ArcGIS.Core.Geometry.EnvelopeBuilderEx

Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

EnvelopeBuilderEx Members
ArcGIS.Core.Geometry Namespace