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


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

IGPScriptTool.ShowCommandWindow Property

Indicates whether or not to display a command window when executing.

[Visual Basic .NET]
Public Property ShowCommandWindow As Boolean
[C#]
public bool ShowCommandWindow {get; set;}
[C++]
HRESULT get_ShowCommandWindow(
  Boolean* showWindow
);
[C++]
HRESULT put_ShowCommandWindow(
  VARIANT_BOOL showWindow
);
[C++]
Parameters
showWindow [out, retval]

showWindow is a parameter of type bool* showWindow [in]
showWindow is a parameter of type bool

Product Availability

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

See Also

IGPScriptTool Interface