View temporal data

3766
0
02-09-2015 06:53 AM
Labels (1)
FrancoisGilbert
New Contributor

Hello,

I want to know in the arcgis runtime for wpf API if I can find the following attribute when I am working with a temporal map. Where can I find the following attributes.

 

A properties that would indicate the distinction between past and future data. For now, time extent in the TimeInfo class gives the beginning and the end of the time period but I would like to know how to manage a map service that contains historical and future data. So far I have made a patch and store this information in the description property of the layer

 

sDescription = DirectCast(oLayer, ArcGISDynamicMapServiceLayer).Description

 

I would like to have something in the TimeInfo Class like MiddleTimeField

 

François

0 Kudos
0 Replies