ArcObjects Library Reference (DataSourcesRaster)  

IStatsHistogram2.PixelCount Property

The total pixel count.

[Visual Basic .NET]
Public ReadOnly Property PixelCount As Double
[C#]
public double PixelCount {get;}
[C++]
HRESULT get_PixelCount(
  double* pNumPixels
);
[C++]

Parameters

pNumPixels [out, retval]   pNumPixels is a parameter of type double

Product Availability

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

See Also

IStatsHistogram2 Interface