Hi,
I am attempting to change the map properties of my ArcGIS Pro Map using ArcPy, though I am struggling to find out how.
target_crs = arcpy.SpatialReference(32632)
arcpy.env.OutputCoordinateSystem = target_crs
arcpy.env.geographicTransformation = target_crs
Tried these and have yet to succeed, any ideas?
Cheers,
Stewart