ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  Byte pCode
);
[C++]

Parameters

pCode [out, retval]   pCode is a parameter of type Byte pCode [in]   pCode is a parameter of type Byte

Product Availability

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

See Also

ILasPointInfo Interface