Let's say I load up two layers, and then save an .mxd file. Now I want to get the path names of my layers from the .mxd file. Is there a way to do this in ArcEngine?
I'm using ArcEngine 10 with VS2010 & C#
|
Let's say I load up two layers, and then save an .mxd file. Now I want to get the path names of my layers from the .mxd file. Is there a way to do this in ArcEngine? I'm using ArcEngine 10 with VS2010 & C# |
|||
|
|
|
Using the MapDocument CoClass, you can do this (pseudocode, I don't know any .Net languages):
The trick is to get the path string from the If you mean you want the path of the original |
||||
|
|