I am trying to write a Python script which will identify the EPSG code for the coordinate transformation.
I am familiar with the dataFrame.geographicTransformations function, however this returns a String describing the name of the transformation. What I really need is the EPSG code of this.
EPSG codes are possible in a SpatialReference Object, but do not seem to translate into the geographicTransformations.