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


ITerrainFieldStatistics.Count Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IT > ITerrainFieldStatistics Interface > ITerrainFieldStatistics.Count Property
ArcGIS Developer Help

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(
  System.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