ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisEnvironment.VerifyType Property

The verify type of the RasterAnalysis.

[Visual Basic .NET]
Public Property VerifyType As esriRasterVerifyEnum
[C#]
public esriRasterVerifyEnum VerifyType {get; set;}
[C++]
HRESULT get_VerifyType(
  esriRasterVerifyEnum* VerifyType
);
[C++]
HRESULT put_VerifyType(
  esriRasterVerifyEnum VerifyType
);
[C++]

Parameters

VerifyType [out, retval]

  VerifyType is a parameter of type esriRasterVerifyEnum

VerifyType [in]

  VerifyType is a parameter of type esriRasterVerifyEnum

Product Availability

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

Remarks

The value is an enumeration environment setting that contols the way that an output RasterDatasets are written to file when during analysis. The verify enumeration can be of type

esriRasterEnvVerifyOn - specifies that the user will be prompted to verify the output already exists and it is okay to overwrite it

esriRasterEnvVerifyOff - specifies that output data will be automatically overwritten if already exists. This is the default environment setting.

esriRasterEnvVerifyError - specifies that an error will be produced when the output already exists.

See Also

IRasterAnalysisEnvironment Interface