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


IStretchFunctionArguments2.EstimateStatsHistogram Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IS > IStretchFunctionArguments2 Interface > IStretchFunctionArguments2.EstimateStatsHistogram Property
ArcGIS Developer Help

IStretchFunctionArguments2.EstimateStatsHistogram Property

Indicates if statistics and histograms should be computed (estimated) if none existss.

[Visual Basic .NET]
Public Property EstimateStatsHistogram As Boolean
[C#]
public bool EstimateStatsHistogram {get; set;}
[C++]
HRESULT get_EstimateStatsHistogram(
  Boolean* pEstimateStatsHistogram
);
[C++]
HRESULT put_EstimateStatsHistogram(
  VARIANT_BOOL pEstimateStatsHistogram
);
[C++]
Parameters
pEstimateStatsHistogram [out, retval]

pEstimateStatsHistogram is a parameter of type bool* pEstimateStatsHistogram [in]
pEstimateStatsHistogram is a parameter of type bool

Product Availability

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

See Also

IStretchFunctionArguments2 Interface