Is there any way to use relationship classes with ArcPy to access associated records?
The ArcGIS Idea for there to be An Arcpy method for dealing with related records leads me to believe that there is not currently a solution:
An arcpy method that notes the relationship between the two datasets and allows the user to pull out related records more easily would be helpful. Perhaps the relationship class could be used as a parameter along with the two datasets since the relationship class already contains the logic for how the two datasets are related.
Is the only way to do this with Python to create separate loops for each feature/table?