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


ILasClassCodeStatistics.ClassCode Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > IL > ILasClassCodeStatistics Interface > ILasClassCodeStatistics.ClassCode Property
ArcGIS Developer Help

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(
  System.Int32* 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