This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoDatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasStatistics Interface > ILasStatistics.GetUniqueClassCodes Method (ArcObjects .NET 10.5 SDK) |
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
Returns an Array of LasClassCodeStatistics. The number of entries in the array will equal the number of classes present in the file/dataset.