Hello,
I wish to retrieve symbology information from a mxd file I created from ArcMap 10.6.2 using the ArcGIS Pro API. Since I want to do this when the Pro application is not running, I cannot access the classes or interfaces under the ArcGIS.Desktop namespace.
Arc objects equivalent to what is needed would be the IMapDocument and IMapReader objects that allowed a map object to be created from the the mxd file path that has symbology information for every feature layer.
Would it be possible to retrieve this kind of information from the mxd file, or would the mxd file need to be converted to another type of file to be useable outside of Pro? From what I've researched so far, the .mapx file seems to have the symbology info I'm looking for. If it's possible to convert mxd to mapx, how would the mapx file be parsed through to get and save its symbology?
Thank you in advance,
Hannah