"id_of_the_polygon_12345"
identifyParams.geometry = evt.mapPoint; identifyParams.mapExtent = map.extent; identifyTask.execute(identifyParams, function(result) { var i; var polyId= new Array(); for(i=0; i<result.length;i++){ polyId=result.feature.attributes["UNIQPOLYID"]; }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.