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


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

IVersion.HasParent Method

True if this version have a parent version.

[Visual Basic .NET]
Public Function HasParent ( _
) As Boolean
[C#]
public bool HasParent (
);
[C++]
HRESULT HasParent(
void
);

Product Availability

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

Remarks

All versions, except the default version have parent versions.

See Also

IVersion Interface