Hi all
I am writing a toolbox for ArcMap and I would like to find a way to search for a layer even if the user changes its name in the table of contents.
r Instead of checking the layer name using layer.Name = "Parcels" I would like to check the feature class name in Vb.net or C#.
How can I do that?
Thanks