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 > ILasReturnStatistics Interface > ILasReturnStatistics.PointCount Property (ArcObjects .NET 10.5 SDK) |
The number of points associated with this return (excluding withheld points).
[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
Note, its possible for there to be a discrepancy between this and IHeaderInfo.GetNumberOfPointsByReturn or ILasFile.GetNumberOfPointsByReturn. This is because the value from ILasReturnStatistics is based on a scan of the point records (i.e., the actual file contents), while the other methods are simply echoing what's stated in the LAS file header(s) and some LAS files have been found to contain incorrect header information.