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


IGPScriptTool2.RunInProc Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPScriptTool2.RunInProc Property

Indicates whether to run the script inproc or not.

[Visual Basic .NET]
Public Property RunInProc As Boolean
[C#]
public bool RunInProc {get; set;}
[C++]
HRESULT get_RunInProc(
  Boolean* inProc
);
[C++]
HRESULT put_RunInProc(
  VARIANT_BOOL inProc
);
[C++]

Parameters inProc [out, retval]
inProc is a parameter of type bool* inProc [in]
inProc is a parameter of type bool

Product Availability

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

See Also

IGPScriptTool2 Interface