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 > IVersion Interface > IVersion.HasParent Method (ArcObjects .NET 10.5 SDK) |
True if this version have a parent version.
[Visual Basic .NET] Public Function HasParent ( _ ) As Boolean
[C#] public bool HasParent ( );
[C++]
HRESULT HasParent(
VARIANT_BOOL* HasParent
);
[C++]
Parameters HasParent [out, retval] HasParent is a parameter of type VARIANT_BOOL
All versions, except the default version have parent versions.