ArcObjects Library Reference (Geoprocessing)  

IGPToolInfos.Insert Method

Adds a tool to the array at the specified index.

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

Parameters

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

  pInfo is a parameter of type IGPToolInfo

Product Availability

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

See Also

IGPToolInfos Interface