This document is archived and information here might be outdated. Recommended version. |
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*