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


IGPScriptTool2.RunInProc Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPScriptTool2 Interface > IGPScriptTool2.RunInProc Property
ArcGIS Developer Help

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