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


IVersion2.GetCommonAncestor Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  IVersion** CommonAncestorVersion
);
[C++]

Parameters otherVersion [in]
otherVersion is a parameter of type IVersion CommonAncestorVersion [out, retval]
CommonAncestorVersion is a parameter of type IVersion

Product Availability

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

See Also

IVersion2 Interface

.NET Related Topics

Finding differences between versions