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


ILasPointInfo.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 > ILasPointInfo Interface > ILasPointInfo.ClassCode Property
ArcGIS Developer Help

ILasPointInfo.ClassCode Property

The class code.

[Visual Basic .NET]
Public Property ClassCode As Byte
[C#]
public byte ClassCode {get; set;}
[C++]
HRESULT get_ClassCode(
  Byte pCode
);
[C++]
HRESULT put_ClassCode(
  System.Byte* pCode
);
[C++]
Parameters
pCode [in]

pCode is a parameter of type unsigned char pCode [out, retval]
pCode is a parameter of type unsigned char*

Product Availability

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

See Also

ILasPointInfo Interface