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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.