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


IGeoProcessorSettings3.BuildStatsAndRATForTempRaster Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGeoProcessorSettings3 Interface > IGeoProcessorSettings3.BuildStatsAndRATForTempRaster Property
ArcGIS Developer Help

IGeoProcessorSettings3.BuildStatsAndRATForTempRaster Property

This property determines whether or not statistics/histogram/attribute table are built for temp raster layers created from python map algebra expressions.

[Visual Basic .NET]
Public Property BuildStatsAndRATForTempRaster As Boolean
[C#]
public bool BuildStatsAndRATForTempRaster {get; set;}
[C++]
HRESULT get_BuildStatsAndRATForTempRaster(
  VARIANT_BOOL buildRAT
);
[C++]
HRESULT put_BuildStatsAndRATForTempRaster(
  Boolean* buildRAT
);
[C++]
Parameters
buildRAT [in]

buildRAT is a parameter of type bool buildRAT [out, retval]
buildRAT is a parameter of type bool*

Product Availability

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

See Also

IGeoProcessorSettings3 Interface