ArcObjects Library Reference (Geoprocessing)  

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