This document is archived and information here might be outdated. Recommended version. |
Provides access to events that occur when related objects are modified.
The IRelatedObjectClassEvents2 interface is an optional interface that is implemented by class extensions to receive messages about objects that are changed, moved or rotated in related object classes.
Name | Description | |
---|---|---|
RelatedObjectChanged | Notifies this object that a related object changed. | |
RelatedObjectMoved | Notifies this object that a related object moved. | |
RelatedObjectRotated | Notifies this object that a related object rotated. | |
RelatedObjectSetMoved | Notifies this object that a set of objects with relationships to the input set of objects moved. | |
RelatedObjectSetRotated | Notifies this object that a set of objects with relationships to the input set of objects rotated. |
Classes | Description |
---|---|
SoundexTableClassExtension (esriLocation) | A class extension for automatically maintaining geocoding indexes. |
RelatedObjectMoved and RelatedObjectRotated are currently reserved. A class extension implementing this interface must include these two methods, but since they will not be called, the methods should remain empty. Feature movement and rotation triggers the RelatedObjectSetMoved and RelatedObjectSetRotated methods, where functionality should be defined.