ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class / EnvelopeBuilderEx Constructor / EnvelopeBuilderEx Constructor(Envelope)
The Envelope to use to construct the EnvelopeBuilderEx.

In This Topic
    EnvelopeBuilderEx Constructor(Envelope)
    In This Topic
    Creates a new instance of the EnvelopeBuilderEx 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
    The input envelope is null.
    Remarks
    The builder inherits the spatial reference and 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

    ArcGIS Pro version: 3 or higher.
    See Also