This document is archived and information here might be outdated.  Recommended version.


IRasterAnalysisEnvironment.VerifyType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisEnvironment Interface > IRasterAnalysisEnvironment.VerifyType Property
ArcGIS Developer Help

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 [in]

VerifyType is a parameter of type esriRasterVerifyEnum VerifyType [out, retval]
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