ArcGIS API for Silverlight - 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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.