Select to view content in your preferred language

bind timeslider to graphics layer

778
2
09-09-2010 06:13 AM
SavitriDevisetty
Emerging Contributor
I have a Silverlight application in which I???d query a feature service(feature layer is time aware) to get a set of features and add to a graphics layer. How can I bind the time slider control to this set of features which are in the graphics layer.
0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor
You don't bind the slider to the layer, but to the map. If features in the graphicslayer have timeextents defined, they will be filtered based on the map's time extent.
0 Kudos
SavitriDevisetty
Emerging Contributor
Thanks a lot for the answer, it did help me. I could make the graphics layer work with the timeslider when I set the time extent for the graphics.

Thanks,
Savi.
0 Kudos