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


IRelationshipChanges.InitResolveProcess Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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 VARIANT_BOOL

Product Availability

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

See Also

IRelationshipChanges Interface