ArcGIS Pro 2.6 API Reference Guide
Union Method (EnvelopeBuilder)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilder Class : Union Method
The envelope to union with.
Unions the input Envelope with the EnvelopeBuilder. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public Envelope Union( 
   Envelope envelope
)
Public Function Union( _
   ByVal envelope As Envelope _
) As Envelope

Parameters

envelope
The envelope to union with.

Return Value

Envelope containing both envelopes.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Remarks
Sets the EnvelopeBuilder equal to the union of the base Envelope and the input Envelope. The XMin and YMin of the resulting EnvelopeBuilder is the minimum XMin and YMin respectively between the base and input Envelopes, and the XMax and YMax of the resulting Envelope is the maximum XMax and YMax respectively between the base and input Envelopes.

Union

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EnvelopeBuilder Class
EnvelopeBuilder Members