This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.OverwriteOutput Property (ArcObjects .NET 10.5 SDK) |
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(
VARIANT_BOOL OverwriteOutput
);
[C++]
Parameters OverwriteOutput [out, retval] OverwriteOutput is a parameter of type VARIANT_BOOL OverwriteOutput [in] OverwriteOutput is a parameter of type VARIANT_BOOL