ArcGIS API for Windows Phone - 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 Phone 7

See Also

© ESRI, Inc. All Rights Reserved.