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


IRelationshipChanges.InitObjectDifferenceAugmentation 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.InitObjectDifferenceAugmentation Method
ArcGIS Developer Help

IRelationshipChanges.InitObjectDifferenceAugmentation Method

Starts the object difference augmentation process.

[Visual Basic .NET]
Public Sub InitObjectDifferenceAugmentation ( _
)
[C#]
public void InitObjectDifferenceAugmentation (
);
[C++]
HRESULT InitObjectDifferenceAugmentation(
void
);

Product Availability

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

See Also

IRelationshipChanges Interface