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


IArcToolbox.InvokeProcess Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcToolbox Interface > IArcToolbox.InvokeProcess Method
ArcGIS Developer Help

IArcToolbox.InvokeProcess Method

Invokes/executes the given process object, prompting the user for required input first.

[Visual Basic .NET]
Public Sub InvokeProcess ( _
    ByVal parent As Integer, _
    ByVal Process As IMdProcess, _
    ByVal parameters As IArray, _
    ByVal substituteEnvironments As Boolean _
)
[C#]
public void InvokeProcess (
    int parent,
    IMdProcess Process,
    IArray parameters,
    bool substituteEnvironments
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox Interface