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