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


ILasPointInfo2.ScannerChannel Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

ILasPointInfo2.ScannerChannel Property

The scanner channel.

[Visual Basic .NET]
Public Property ScannerChannel As Byte
[C#]
public byte ScannerChannel {get; set;}
[C++]
HRESULT get_ScannerChannel(
  Byte* pChannel
);
[C++]
HRESULT put_ScannerChannel(
  Byte pChannel
);
[C++]

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

Product Availability

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

See Also

ILasPointInfo2 Interface