This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPScriptTool2 Interface > IGPScriptTool2.RunInProc Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL* inProc
);
[C++]
HRESULT put_RunInProc(
VARIANT_BOOL inProc
);
[C++]
Parameters inProc [out, retval] inProc is a parameter of type VARIANT_BOOL inProc [in] inProc is a parameter of type VARIANT_BOOL