ArcObjects Library Reference (GeoDatabase)  

IGPVersionInfos.Element Property

The version info at the specified position.

[Visual Basic .NET]
Public Function get_Element ( _
    ByVal Index As Integer _
) As IGPVersionInfo
[C#]
public IGPVersionInfo get_Element (
    int Index
);
[C++]
HRESULT get_Element(
  long Index,
  IGPVersionInfo** VersionInfo
);
[C++]

Parameters

Index [in]   Index is a parameter of type long VersionInfo [out, retval]

  VersionInfo is a parameter of type IGPVersionInfo

Product Availability

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

See Also

IGPVersionInfos Interface

.NET Related Topics

GeoData services