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


ILasClassCodeStatistics.ClassCode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasClassCodeStatistics.ClassCode Property

The class code associated with the statistics.

[Visual Basic .NET]
Public ReadOnly Property ClassCode As Integer
[C#]
public int ClassCode {get;}
[C++]
HRESULT get_ClassCode(
  long* pCode
);
[C++]

Parameters pCode [out, retval] pCode is a parameter of type long

Product Availability

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

Description

The class code these statistics are associated with.

See Also

ILasClassCodeStatistics Interface