This document is archived and information here might be outdated.  Recommended version.


IRelationshipChanges.InitResolveProcess Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRelationshipChanges Interface > IRelationshipChanges.InitResolveProcess Method
ArcGIS Developer Help

IRelationshipChanges.InitResolveProcess Method

Starts the relationship propagation process.

[Visual Basic .NET]
Public Sub InitResolveProcess ( _
    ByVal isPulling As Boolean _
)
[C#]
public void InitResolveProcess (
    bool isPulling
);
[C++]
HRESULT InitResolveProcess(
  VARIANT_BOOL isPulling
);
[C++]
Parameters
isPulling [in]

isPulling is a parameter of type bool

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRelationshipChanges Interface