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(
VARIANT_BOOL pOverrideOutput
);
[C++]Parameters
pOverrideOutput [out, retval] pOverrideOutput is a parameter of type VARIANT_BOOL pOverrideOutput [in] pOverrideOutput is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.