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


IVersionEdit.ReconcileVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEdit Interface > IVersionEdit.ReconcileVersion Property
ArcGIS Developer Help

IVersionEdit.ReconcileVersion Property

The version that the current version is reconciling against.

[Visual Basic .NET]
Public ReadOnly Property ReconcileVersion As IVersion
[C#]
public IVersion ReconcileVersion {get;}
[C++]
HRESULT get_ReconcileVersion(
  IVersion** conflictVersion
);
[C++]
Parameters
conflictVersion [out, retval]

conflictVersion is a parameter of type IVersion**

Product Availability

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

Remarks

The ReconcileVersion method returns an IVersion of the version that the current edit version is reconciling against. The reconcile version represents the state of the database for the target reconcile version when the reconcile operation started. This provides a representation of the target reconcile version which can be used to compare features or rows after the reconciliation.

This property should only be called after a Reconcile or the IVersion object will be nothing.

See Also

IVersionEdit Interface