This document is archived and information here might be outdated.  Recommended version.


ILasReturnStatistics.KeyPointCount Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasReturnStatistics Interface > ILasReturnStatistics.KeyPointCount Property
ArcGIS Developer Help

ILasReturnStatistics.KeyPointCount Property

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*

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.

See Also

ILasReturnStatistics Interface