I am trying to use some custom datum transformations in Pro. These were created to work in conjunction with a standard transformation as a composite transformation. I have noticed that the standard transformations are bi-directional, i.e. the same transformation is used no matter which is the "from" datum and which is the "to" datum. The custom transformations are also bi-directional, but they only show up for one direction in the transformations list box in Map properties. I've found some workarounds but neither is ideal:
If my custom transformation doesn't show up, I can change my map spatial reference to be the same as the layer that needs the transformation, then select the transformation that uses the custom transformation, and then switch the map spatial reference back again. (The selected transformation remains and works as it should)
The second workaround involved writing a .net AddIn to set the transformation which works great but is limited to the custom transformations it is written for.
The third workaround is to develop a second set of custom transformations that work in the reverse direction.
Is there some way to get Pro to consider custom transformations as bi-directional when it decides what transformations to show in the dropdown list?