Select to view content in your preferred language

TimeInfo

669
0
10-02-2012 12:51 PM
Labels (1)
FrancoisGilbert
Deactivated User
Hello, I am working with ArcGIS Runtime SDK for WPF and I would like to retreive a ''TimeInfo'' of each layer. In java, there is a class called "TimeInfo" that have the following properties.

''timeInterval'' Number  Time interval of the data in the layer. Typically used for the TimeSlider when animating the layer.
''timeIntervalUnits'' String  Temporal unit in which the time interval is measured. See the Constants table for valid values.

http://resources.arcgis.com/en/help/runtime-java/apiref/index.html?serialized-form.html

Is there something equivalent in the ArcGIS Runtime SDK for WPF . The ''TimeExtent'' class only has ''Start'' and ''End'' properties.
0 Kudos
0 Replies