ESRI.ArcGIS.Geoprocessor
OverwriteOutput Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : OverwriteOutput Property




If this is true, then the output of process execution will overwrite existing output of the same name. If this is false and files of the same name as those output by process execution exist, the process execution will fail without overwriting the original files.

Syntax

Visual Basic (Declaration) 
Public Property OverwriteOutput As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim value As Boolean
 
instance.OverwriteOutput = value
 
value = instance.OverwriteOutput
C# 
public bool OverwriteOutput {get; set;}

See Also

© 2010 All Rights Reserved.