This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasStatistics Interface > ILasStatistics.GetClassCodeStatistics Method (ArcObjects .NET 10.4 SDK) |
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,
ILasClassCodeStatistics** ppStatistics
);
[C++]
Parameters ClassCode [in] ClassCode is a parameter of type long ppStatistics [out, retval]
ppStatistics is a parameter of type ILasClassCodeStatistics
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.