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


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

IGPParameterInfos.Insert Method

Adds a parameter to the array at the specified index.

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

Index is a parameter of type long pParmInfo [in]
pParmInfo is a parameter of type IGPParameterInfo*

Product Availability

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

See Also

IGPParameterInfos Interface