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.

See Also

ILasClassCodeStatistics Interface