Select to view content in your preferred language

Selection symbol for Graphics Overlay

1038
5
07-22-2018 06:16 AM
VishnuB
New Contributor III

Currently there is only one option to change the selection property of selected graphics in a GraphicsOverlay, and that is by changing the selection color. Instead of changing selection color, Is it possible to set a selection symbol for selected graphics (for eg: a square box around the selected graphics)

0 Kudos
5 Replies
LucasDanzinger
Esri Frequent Contributor

Hi Vishnu-

It is not possible at this time.

0 Kudos
LucasDanzinger
Esri Frequent Contributor

Vishnu-

What is your use case for wanting a selection symbol instead of just modifying the color?

0 Kudos
VishnuB
New Contributor III

Hi Lucas,

Thank You for your response.

The MIL standard which i am following to develop the application strongly recommend to show a red rectangle (Military Symbology) around the selected point symbol. As a work around i had done this by creating a new graphicsLayer and display the rectangle symbol using picturemarkersymbol around the selected entity. If the selected entity is a moving object i need to update the geometry of the rectangle symbol along with the selected entity. It will be good if this feature gets implemented in the feature release.

Thank You.

0 Kudos
LucasDanzinger
Esri Frequent Contributor

Thanks Vishnu. Which MIL standard are you using?

0 Kudos
TroyFoster
Occasional Contributor

You could just take the symbol geometry's envelope and draw that?

0 Kudos