This document is archived and information here might be outdated. Recommended version. |
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,
System.Int32* 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*