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


IVersion.HasParent Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  VARIANT_BOOL* HasParent
);
[C++]

Parameters HasParent [out, retval] HasParent is a parameter of type VARIANT_BOOL

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