Creating and using a relationship class using existing data
You have seen the power of a relationship class in the previous recipe. You saw how linking two feature classes together allowed you to not only access information about linked features but also control some behavior. However, this was all automatically set up by the Convert to Annotation tool. How do you create a relationship class that would link that existing data together?
In this recipe, you will create a relationship class between a feature class and a standalone table. This will be between the same Parcels
layer and sales table you related in the Creating and using a relate recipe earlier in this chapter. However, once you establish the relationship class, the link becomes permanent, unlike a relate, which is limited to the map in which it was created.
Getting ready
To complete this recipe, you will need a Standard or Advanced license of ArcGIS Pro. A Basic license does not support this level of functionality...