This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPScriptTool Interface > IGPScriptTool.ShowCommandWindow Property (ArcObjects .NET 10.4 SDK) |
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