This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipChanges Interface > IRelationshipChanges.PropagateChangesToRelatedObjects Method (ArcObjects .NET 10.4 SDK) |
Propagates the relationship changes.
[Visual Basic .NET] Public Sub PropagateChangesToRelatedObjects ( _ ByVal ObjectClassID As Integer, _ ByVal oidCount As Integer, _ ByRef oids As Integer _ )
[C#] public void PropagateChangesToRelatedObjects ( int ObjectClassID, int oidCount, ref int oids );
[C++]
HRESULT PropagateChangesToRelatedObjects(
long ObjectClassID,
long oidCount,
long* oids
);
[C++]
Parameters ObjectClassID [in] ObjectClassID is a parameter of type long oidCount [in] oidCount is a parameter of type long oids [in] oids is a parameter of type long