If I'm understanding the page below correctly, the old DataFrame class in ArcPy for ArcMap supported setting a Transformations on the DataFrame.
DataFrame—ArcMap | Documentation (arcgis.com)
The Map Class in the ArcPy library for ArcGIS Pro ( < 3.0) doesn't seem to have an equivalent for setting the Transformations for a map, as you can do manually under the Properties menu of the Map within an ArcPro session. Does anyone know if I'm missing something, or can this not be set through ArcPy in Pro?
Map—ArcGIS Pro | Documentation
In 3.0+ versions of Pro, there seems to be an updateTransformations function on the Map Class. Would this be the equivalent to the old DataFrame Transformations property, and it's just not available in pre-3.0 versions of the ArcPy library? Any info the community could provide would be appreciated, many thanks.
Map—ArcGIS Pro | Documentation