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