ArcGIS Pro 2.6 API Reference Guide
Intersects Method (EnvelopeBuilder)

ArcGIS.Core.Geometry Namespace > EnvelopeBuilder Class : Intersects Method
Envelope to test intersection against.
Checks if the input Envelope intersects the EnvelopeBuilder. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public bool Intersects( 
   Envelope envelope
)
Public Function Intersects( _
   ByVal envelope As Envelope _
) As Boolean

Parameters

envelope
Envelope to test intersection against.

Return Value

True if the envelopes intersect. False if they do not.
Exceptions
ExceptionDescription
This method or property must be called within the lambda passed to QueuedTask.Run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

EnvelopeBuilder Class
EnvelopeBuilder Members
Intersection Method