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


ILasStatistics.GetUniqueClassCodes Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasStatistics.GetUniqueClassCodes Method

Get unique class codes.

[Visual Basic .NET]
Public Function GetUniqueClassCodes ( _
) As ILongArray
[C#]
public ILongArray GetUniqueClassCodes (
);
[C++]
HRESULT GetUniqueClassCodes(
  ILongArray** ppCodes
);
[C++]

Parameters ppCodes [out, retval]
ppCodes is a parameter of type ILongArray

Product Availability

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

Description

Returns an Array of LasClassCodeStatistics. The number of entries in the array will equal the number of classes present in the file/dataset.

See Also

ILasStatistics Interface