I'm currently working on an add-in with .NET.
I am wanting to get an attribute from the selected feature (if more than one selected, just the first item).
Eg: user selects something in editor > user presses 'do something from selected' > add in
I can't get my head around how I can achieve this. So far I'm thinking that:
MapView.Archive.GetSelectedLayers();
Is my closest bet - however I've probably been looking at it too long!
Thanks in advance!