Select to view content in your preferred language

Make a custom layer selectable in ArcMap

709
2
07-29-2013 09:38 PM
ModyBuchbinder
Esri Regular Contributor
Hello all

We have a custom layer (not dynamic) and we would like ArcMap to be able to use the standard selection tool on it.
Currently, when we load it into ArcMap the selection tool is disable.
What interfaces do we need to implement to make this tool work?

Thanks
Mody
0 Kudos
2 Replies
BarbaraSchneider1
Deactivated User
Hi Mody,

I guess that it is IFeatureSelection.

Barbara
0 Kudos
ModyBuchbinder
Esri Regular Contributor
That was my first idea. It is true but you must implmenet IFeatureLayer too even if you put no code in it.
0 Kudos