I am trying to create relationship classes in a Feature Dataset. The Relationship Class created successfully, I want when I update a record in the Origin table the Destination's would be updated. But it didn't.Any solution? OR procedure? Thank U in advance
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
If you need to update records based on edits to the origin, there are several ways to do it. What it boils down is to listen to the Relationship Class events and to update accordingly. That is one way to do it. Another one is to do it as an Editor Extension. |
|||
|
|