This document is archived and information here might be outdated. Recommended version. |
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(
System.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.