This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersion2 Interface > IVersion2.GetCommonAncestor Method (ArcObjects .NET 10.5 SDK) |
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