ArcObjects Library Reference (GeoDatabase)  

IGPVersionInfos.Insert Method

Adds a version info at the specified position.

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

Parameters

Index [in]   Index is a parameter of type long VersionInfo [in]

  VersionInfo is a parameter of type IGPVersionInfo

Product Availability

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

See Also

IGPVersionInfos Interface