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.KeyPointCount Property (ArcObjects .NET 10.5 SDK) |
The number of Key points associated with this return.
[Visual Basic .NET] Public ReadOnly Property KeyPointCount As Double
[C#] public double KeyPointCount {get;}
[C++]
HRESULT get_KeyPointCount(
double* pCount
);
[C++]
Parameters pCount [out, retval] pCount is a parameter of type double
The number of key points associated with the selected lidar return type (see esriTerrainLasReturnType). According to the LAS specification there are two means of defining key points: by class bit field encoding or by assignment of classification code 8. This method reports the count for the bit encoded key points.