JoeScan.JCamNet Namespace

Scanner..::..GetScan Method (UInt32)

Request a raw, untransformed scan from the scanner.

Namespace:  JoeScan.JCamNet
Assembly:  JoeScan.JCamNet (in JoeScan.JCamNet.dll)

Syntax


public RawScan GetScan(
	uint laserIndex
)

Parameters

laserIndex
Type: UInt32
Laser index to request.

Return Value

An untransformed scan from the scanner.

Remarks


Scans are generally used for debugging purposes and are not useful for measurement. Use GetProfile()()()() for measurement.