Select to view content in your preferred language

feature selection/graphics layer

664
2
01-07-2011 08:28 AM
SaraSecunda
Emerging Contributor
I have a graphics layer with data for counties.  The user can choose to zoom to a selected State to see the county layer/data.  I want to highlight the boundaries of the selected State.  I put the selected State in another graphics layer on top of the counties graphics layer.  The problem is I then can't get the maptips or identify on the county graphics layer underneath.  What am I doing wrong, or is there another way to do this?

Thanks.

Sara
0 Kudos
2 Replies
DarinaTchountcheva
Frequent Contributor
Sara,

You can try setting the IsHitTestVisible property of the GraphicsLayer containing the highlighted boundary to False.

<esri:GraphicsLayer ID="boundaryGraphicsLayer" IsHitTestVisible="False"  />
0 Kudos
SaraSecunda
Emerging Contributor
Thanks Darina!  I knew there must be something simple I was missing.

Sara
0 Kudos