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


ILasClassCodeStatistics.PointCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasClassCodeStatistics Interface > ILasClassCodeStatistics.PointCount Property
ArcGIS Developer Help

ILasClassCodeStatistics.PointCount Property

The number of points associated with this class code (excluding withheld points).

[Visual Basic .NET]
Public ReadOnly Property PointCount As Double
[C#]
public double PointCount {get;}
[C++]
HRESULT get_PointCount(
  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

Number of points with the class code value these statistics are associated with. This count does not include points that are flagged as 'withheld'.

See Also

ILasClassCodeStatistics Interface