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


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

IArcToolbox2.InvokeModalProcess Method

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

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

Product Availability

Available with ArcGIS Desktop.

See Also

IArcToolbox2 Interface