This document is archived and information here might be outdated. Recommended version. |
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 );