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(
  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

Product Availability

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

See Also

IGpDispatch Interface