3

I would like to know if it is possible detect relates in an MXD using arcpy.

Similar problem as the question below, but for relates instead of joins.

Detecting Join programmatically using ArcPy?

More specifically, relates listed in the "Joins & Relates" tab of the "Layer Properties" and not geodatabase "Relationship Classes".

I have checked the ArcGIS documentation and have done several Google searches without any luck.

Brent Edwards
  • 1,849
  • 15
  • 21

1 Answers1

4

The short answer is no, not without accessing arcobjects. You would need to install comtypes module to access the interface that would return that information.

Hornbydd
  • 43,380
  • 5
  • 41
  • 81