ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / Envelope Class
Members

In This Topic
    Envelope Class
    In This Topic
    An envelope is an axis-aligned box described by the coordinates of the lower left corner and the coordinates of the upper right corner. To create an envelope use the EnvelopeBuilderEx object.
    Object Model
    Envelope ClassMapPoint ClassEnvelope ClassCoordinate2D StructureGeometry ClassEnvelope ClassEnvelope ClassEnvelope ClassSpatialReference ClassEnvelope Class
    Syntax
    public sealed class Envelope : Geometry 
    Public NotInheritable Class Envelope 
       Inherits Geometry
    Inheritance Hierarchy

    System.Object
       ArcGIS.Core.Geometry.Geometry
          ArcGIS.Core.Geometry.Envelope

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also