This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoprocessingUI > ESRI.ArcGIS.GeoprocessingUI > Interfaces > IA > IArcToolbox2 Interface > IArcToolbox2.InvokeModalProcess Method (ArcObjects .NET 10.5 SDK) |
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 );