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


IGpDispatch.OverwriteOutput Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.OverwriteOutput Property

Indicates whether or not outputs should be overwritten.

[Visual Basic .NET]
Public Property OverwriteOutput As Boolean
[C#]
public bool OverwriteOutput {get; set;}
[C++]
HRESULT get_OverwriteOutput(
  VARIANT_BOOL OverwriteOutput
);
[C++]
HRESULT put_OverwriteOutput(
  Boolean* OverwriteOutput
);
[C++]

Parameters OverwriteOutput [in]
OverwriteOutput is a parameter of type bool OverwriteOutput [out, retval]
OverwriteOutput is a parameter of type bool*

Product Availability

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

See Also

IGpDispatch Interface