Hello,
is there a way to rename an existing layer? As soon as I set the path automatically
string file = CoreModule.CurrentProject.DefaultGeodatabasePath;
the program enters the name of the folder where it was saved. I would like to set the name according to myself at a later stage.
Thank you in advance for your reply
David
Solved! Go to Solution.
Hi,
Use method SetName of Layer object.
layer.SetName("New layer name");
Hi,
Use method SetName of Layer object.
layer.SetName("New layer name");