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


IGPVersionInfo.AncestorNames Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVersionInfo Interface > IGPVersionInfo.AncestorNames Property
ArcGIS Developer Help

IGPVersionInfo.AncestorNames Property

The names of the ancestor versions.

[Visual Basic .NET]
Public Property AncestorNames As IStringArray
[C#]
public IStringArray AncestorNames {get; set;}
[C++]
HRESULT get_AncestorNames(
  IStringArray** Names
);
[C++]
HRESULT putref_AncestorNames(
  IStringArray* Names
);
[C++]
Parameters
Names [out, retval]

Names is a parameter of type IStringArray** Names [in]
Names is a parameter of type IStringArray*

Product Availability

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

See Also

IGPVersionInfo Interface