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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
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.