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


IStatsHistogram2.PixelCount Property (ArcObjects .NET 10.4 SDK)
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