ArcGIS API for Silverlight - Library Reference
Intersects(TimeExtent) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TimeExtent Class > Intersects Method : Intersects(TimeExtent) Method

extent
The extent to intersect with.
Checks if this instance intersects the specified extent.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Intersects( _
   ByVal extent As TimeExtent _
) As Boolean
C# 
public bool Intersects( 
   TimeExtent extent
)

Parameters

extent
The extent to intersect with.

Return Value

True if this instance intesects the specified extent.

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.