ArcGIS API for Windows Phone - Library Reference
Intersects Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Geometry Namespace > Envelope Class : Intersects Method

other
Envelope to test against
Returns true if this instance intersects an envelope.

Syntax

Visual Basic (Declaration) 
Public Function Intersects( _
   ByVal other As Envelope _
) As Boolean
C# 
public bool Intersects( 
   Envelope other
)

Parameters

other
Envelope to test against

Return Value

True if they intersect

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.