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


IVersion2.GetCommonAncestor Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersion2 Interface > IVersion2.GetCommonAncestor Method
ArcGIS Developer Help

IVersion2.GetCommonAncestor Method

Finds common ancestor version.

[Visual Basic .NET]
Public Function GetCommonAncestor ( _
    ByVal otherVersion As IVersion _
) As IVersion
[C#]
public IVersion GetCommonAncestor (
    IVersion otherVersion
);
[C++]
HRESULT GetCommonAncestor(
  IVersion* otherVersion
);
[C++]
Parameters
otherVersion [in]

otherVersion is a parameter of type IVersion*

Product Availability

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

See Also

IVersion2 Interface