ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / EnvelopeBuilderEx Class / SetCoords Method
The envelope from which to copy the coordinates.

In This Topic
    SetCoords Method (EnvelopeBuilderEx)
    In This Topic
    Sets the coordinates from the input envelope.
    Syntax
    public void SetCoords( 
       Envelope envelope
    )
    Public Sub SetCoords( _
       ByVal envelope As Envelope _
    ) 

    Parameters

    envelope
    The envelope from which to copy the coordinates.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also