ArcGIS API for Silverlight - Library Reference
SetTimeExtent Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ElementLayer Class : SetTimeExtent Method

element
The object to which the property is written.
timeExtent
The ESRI.ArcGIS.Client.ElementLayer.TimeExtent of the specified element.
Sets the value of the ESRI.ArcGIS.Client.ElementLayer.TimeExtent attached property for a given object.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetTimeExtent( _
   ByVal element As UIElement, _
   ByVal timeExtent As TimeExtent _
) 
C# 
public static void SetTimeExtent( 
   UIElement element,
   TimeExtent timeExtent
)

Parameters

element
The object to which the property is written.
timeExtent
The ESRI.ArcGIS.Client.ElementLayer.TimeExtent of the specified element.

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.