ArcObjects Library Reference (GeoDatabaseExtensions)  

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,
  ILasClassCodeStatistics** ppStatistics
);
[C++]

Parameters

ClassCode [in]   ClassCode is a parameter of type long ppStatistics [out, retval]

  ppStatistics is a parameter of type ILasClassCodeStatistics

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. NULL is returned if there are no points with that class code.

See Also

ILasStatistics Interface