Entity selection color

444
2
02-16-2020 04:41 AM
AlexHenig
New Contributor

I'm implementing selection in runtime 100.7, only one entity can be selected at a time, 

i need the selection color to change depending on the entity status, i was able to achieve this by signing the MapView.GeoViewTapped event and change the MapView.SelectionProperties.Color property depending on the status.

is this the correct way?

0 Kudos
2 Replies
dotMorten_esri
Esri Notable Contributor

If it works for you (it sounds like it is), I don't see why it wouldn't be the correct way?

0 Kudos
AlexHenig
New Contributor

Got it,

i was thinking of a different approach, create a multi layer symbol and the selection border color is just another layer which i make visible/invisible when needed

(if i need different selection effect from the default)

0 Kudos