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(
  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

Product Availability

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

See Also

IGPScriptTool2 Interface