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