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


IStretchFunctionArguments2.EstimateStatsHistogram Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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(
  VARIANT_BOOL* pEstimateStatsHistogram
);
[C++]
HRESULT put_EstimateStatsHistogram(
  VARIANT_BOOL pEstimateStatsHistogram
);
[C++]

Parameters pEstimateStatsHistogram [out, retval] pEstimateStatsHistogram is a parameter of type VARIANT_BOOL pEstimateStatsHistogram [in] pEstimateStatsHistogram is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IStretchFunctionArguments2 Interface