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


IGPVersionInfos.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPVersionInfos Interface > IGPVersionInfos.Insert Method
ArcGIS Developer Help

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