Select to view content in your preferred language

InfoSymbol for Identify

573
1
12-23-2010 06:27 AM
MayJeff
Deactivated User
Is there any ways to show Infosymbol result on top of the query search result polygon instead of the query search result polygon show on top of infosymbol result?

Please see my attachment file.

Thank you.
Tags (2)
0 Kudos
1 Reply
DasaPaddock
Esri Regular Contributor
You can place the graphic that's using the InfoSymbol into a GraphicsLayer that is above the other one, or make sure the graphic using the InfoSymbol stays on top of the other graphics by calling moveToTop() on the GraphicsLayer and setting autoMoveToTop to false on the other graphics.

http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/GraphicsLayer.html#moveToTop()
http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/Graphic.html#autoMoveToTop
0 Kudos