I need to call arcpy.ListTransformations function in C#. I have to pass 2 spatial References (ISpatialReference objects, I guess) and an envelope(IEnvelope object) to this function. This function returns the transformations list. I need to get these strings in C# code. Can anybody tell me how to accomplish this in ArcGIS Engine application.
Thanks