Hello,
This should be an easy question but I can't figure it out.
I have an app where the user chooses an address. Based on the x,y location of the address, a query task is performed on a parcel layer to return the parcel number for the one parcel. All works great there.
So, in the parcel query, I get a featureSet returned which is one polygon. How to I get to the graphic of the polygon for the FeatureSet.feature[0]? I just can't seem to get to it.
I want to take the polygon graphic and use it's geometry to perform another query on the Flood Zone Layer. I want the whole polygon boundary vs just a point.
Thanks,
Carmen
City of Greenville, SC