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


IStatisticsHistogramFunctionArguments.Statistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IStatisticsHistogramFunctionArguments.Statistics Property

The array of band statistics.

[Visual Basic .NET]
Public Property Statistics As IRasterStatisticsArray
[C#]
public IRasterStatisticsArray Statistics {get; set;}
[C++]
HRESULT get_Statistics(
  IRasterStatisticsArray** ppStatistics
);
[C++]
HRESULT putref_Statistics(
  IRasterStatisticsArray* ppStatistics
);
[C++]

Parameters ppStatistics [out, retval]
ppStatistics is a parameter of type IRasterStatisticsArray ppStatistics [in]
ppStatistics is a parameter of type IRasterStatisticsArray

Product Availability

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

See Also

IStatisticsHistogramFunctionArguments Interface