This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasDataset Interface > ILasDataset.PointCount Property (ArcObjects .NET 10.5 SDK) |
The number of points in the dataset.
[Visual Basic .NET] Public ReadOnly Property PointCount As Double
[C#] public double PointCount {get;}
[C++]
HRESULT get_PointCount(
double* pCount
);
[C++]
Parameters pCount [out, retval] pCount is a parameter of type double
Returns the number of points in the las dataset. This count includes the points that are flagged as 'withheld' (if any).