Hello,
I have a polygon feature class that has too many verticies to pull in as a graphic with geometry. If i query to get the geomnetry it takes way too long and is too much work on the client side. I have a work around for this using map layers and layerDefinitions, but I still need to get the "extent" for a specific feature to zoom to it.
Any thoughts on how to get the extent of a feature when returnGeometry = false in a Query?
Drew