Hi,
I'm trying to get the name/names of all the layers in the TOC that the user may have selected. Can anyone point me to an SDK sample or some code of how to do this??
Thanks,
Solved! Go to Solution.
Hi,
Have you tried this:
var layers = MapView.Active.GetSelectedLayers();
Hi,
Have you tried this:
var layers = MapView.Active.GetSelectedLayers();