How can I get current coordinate system type from opened file?
I tried
var coord = ESRI.ArcGIS.Geometry.esriSRProjCSType.... ???;
Can you tell me, what should I do?
UPD:
I need to save current map with all layers and geometry into a shapefile. That’s why I have to get current coordinate system.