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


ILasStatistics.GetClassCodeStatistics Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasStatistics Interface > ILasStatistics.GetClassCodeStatistics Method
ArcGIS Developer Help

ILasStatistics.GetClassCodeStatistics Method

Get statistics associated with the specified class code.

[Visual Basic .NET]
Public Function GetClassCodeStatistics ( _
    ByVal ClassCode As Integer _
) As ILasClassCodeStatistics
[C#]
public ILasClassCodeStatistics GetClassCodeStatistics (
    int ClassCode
);
[C++]
HRESULT GetClassCodeStatistics(
  long ClassCode
);
[C++]
Parameters
ClassCode [in]

ClassCode is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the LasClassCodeStatistics for the specified class. The valid range for las class codes is 0-31 for LAS files rev 1.1 through 1.3. NULL is returned if there are no points with that class code.

See Also

ILasStatistics Interface