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


IGPScriptTool.ShowCommandWindow Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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(
  VARIANT_BOOL* showWindow
);
[C++]
HRESULT put_ShowCommandWindow(
  VARIANT_BOOL showWindow
);
[C++]

Parameters showWindow [out, retval] showWindow is a parameter of type VARIANT_BOOL showWindow [in] showWindow is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPScriptTool Interface