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

In This Topic
    EnvelopeBuilderEx Class
    In This Topic
    A builder for creating an Envelope whose methods can be called on any thread.
    Object Model
    EnvelopeBuilderEx ClassMapPoint ClassCoordinate2D StructureEnvelope ClassEnvelope ClassEnvelope ClassEnvelope ClassSpatialReference ClassEnvelope Class
    Syntax
    public sealed class EnvelopeBuilderEx : GeometryBuilderEx 
    Public NotInheritable Class EnvelopeBuilderEx 
       Inherits GeometryBuilderEx
    Remarks
    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.

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

    The EnvelopeBuilderEx methods can be called on any thread.

    Inheritance Hierarchy

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

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also