8

I have a line feature class that represent sampling segments. I have a data table of field notes in the same Geodatabase that is connected to the feature class with a Relationship Class.

Is there a built in method for arcpy to access related records? The work around would be to add another cursor for the second table, but you'd think that if you take the time to relate your data there would be a quick and easy method for accessing related records programatically.

Software: ArcGIS 10.1

1 Answer 1

3

If there is such an inbuilt method for ArcPy then I am unaware of it.

Curiously, the ArcInfo Workstation architecture (which preceded ArcGIS for Desktop) had a cursor implementation within its Arc Macro Language (AML) that supported working with related records.

2
  • 1
    There is in ArcObjects, but not arcpy (yet). Perhaps someone could link to or create an ArcGIS idea? Commented Sep 20, 2013 at 21:00
  • 1
    ESRI Idea Please visit and up-vote if you agree so we can get the attention of ESRI. Commented Oct 18, 2013 at 15:07

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.