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


ILasStatistics.GetUniqueClassCodes 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.GetUniqueClassCodes Method
ArcGIS Developer Help

ILasStatistics.GetUniqueClassCodes Method

Get unique class codes.

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

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