ArcGIS Runtime SDK for WPF - Library Reference
TimeExtent Property
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISImageServiceLayer Class : TimeExtent Property

Gets the valid TimeExtent object for the ArcGISImageServiceLayer or null/Nothing if this service does not support time based queries.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TimeExtent As TimeExtent
C# 
public TimeExtent TimeExtent {get;}

Remarks

Only supported for ArcGIS Image Server from version 10.0 onward. The layer/table must also support querying and exporting maps based on time.

The TimeExtent Property provides metadata about the layer’s service. If temporal information is available (meaning it is not null/Nothing) for the geographic data in the layer’s service, then developers can take advantage of using the Map.TimeExtent Property to display snapshots of the temporal data that cover a specified time period (aka. TimeExtent). Once common use case is to bind a TimeSlider Control with the a Map Control to provide an interactive user experience of showing how geographic temporal data changes over time.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.