This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVersionInfos Interface > IGPVersionInfos.Element Property (ArcObjects .NET 10.4 SDK) |
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