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


ITerrainFieldStatistics.Count Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ITerrainFieldStatistics.Count Property

The number of elements.

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

Parameters pCount [out, retval] pCount is a parameter of type double

Product Availability

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

Description

The total number of observations used to generate the statistics. The value is a whole number but a double is used to prevent overflow situations.

See Also

ITerrainFieldStatistics Interface