Hi,
if we have a feature clause (say f) and say I have an extents and I create an envelope out of extents say (env)
Then I can do some thing like this
f.Geometry=env
f.where=SomwwhereClause
f.Update()
and the above code filter me all feature within the extents , which meets the filter criteria's
But Say I have an ArcGISDynamicServiceLayer say (fDynamic)
now How I can I do the same,
fDynamic.Where //not possible as where prop is absent
fDynamic.Geometry//not possilbe as Geometry prop is absent
How to achive this.
Thanks
Muralidhar Moka