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


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

IGeoProcessor.OverwriteOutput Property

Set the overwrite outputs flag within the current Geoprocessing session. True means outputs of tools will be overwritten.

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

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

Product Availability

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

See Also

IGeoProcessor Interface