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


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

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(
  System.Byte* pChannel
);
[C++]
Parameters
pChannel [in]

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

Product Availability

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

See Also

ILasPointInfo2 Interface