Select to view content in your preferred language

Relationship events in ArcGIS Pro SDK

856
2
08-12-2019 02:34 AM
Status: Open
Labels (1)
EliseoCarrillo
New Contributor II

Hi!

I'd like to subscribe an edition event (create, change or delete) in a relationship, similar to the functionality implemented with  IRelationshipClassEvents interface in ArcObjects .NET SDK. Do you have any suggestion to implement this functionality with ArcGIS Pro SDK ?

Thanks,

Eliseo

2 Comments
by Anonymous User

Eliseo,

The relationship class events arent in the public sdk yet but its on the list.

The only equivalency at the moment would be to listen to events on the origin and destination tables and check if changes have been made via the relationship through the primary/foreign key fields.

EliseoCarrillo

Hi,

Is there any new regarding this question ?

Best regards,

Eliseo