ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class / EnvelopeBuilderEx Constructor / EnvelopeBuilderEx Constructor(EnvelopeBuilderEx)
The EnvelopeBuilderEx to copy.

In This Topic
    EnvelopeBuilderEx Constructor(EnvelopeBuilderEx)
    In This Topic
    Creates a new instance of the EnvelopeBuilderEx class.
    Syntax
    public EnvelopeBuilderEx( 
       EnvelopeBuilderEx envelopeBuilderEx
    )
    Public Function New( _
       ByVal envelopeBuilderEx As EnvelopeBuilderEx _
    )

    Parameters

    envelopeBuilderEx
    The EnvelopeBuilderEx to copy.
    Exceptions
    ExceptionDescription
    The input builder is null.
    Remarks
    All properties of envelopeBuilderEx are copied to the new instance.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also