ArcGIS Pro 3.7 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 Sub SetCoords( _
       ByVal envelope As Envelope _
    ) 
    public void SetCoords( 
       Envelope envelope
    )

    Parameters

    envelope
    The envelope from which to copy the coordinates.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also