ArcGIS API for WPF - Library Reference
TimeOptions Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > IdentifyParameters Class : TimeOptions Property

Gets or sets the layer time options. Time options can be set to indicate whether or not the layer should use the time extent specified by the time parameter or not, whether to draw the layer features cumulatively or not and the time offsets for the layer.

Syntax

Visual Basic (Declaration) 
Public Property TimeOptions As IEnumerable(Of TimeOption)
C# 
public IEnumerable<TimeOption> TimeOptions {get; set;}

Property Value

The layer time options.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.