This document is archived and information here might be outdated. Recommended version. |
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 [in]
VerifyType is a parameter of type esriRasterVerifyEnum VerifyType [out, retval]
VerifyType is a parameter of type esriRasterVerifyEnum*
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.