Click or drag to resize
SingleWavelengthReconstructionGetDistance Method
Gets or sets the reconstruction distance for one of the laser source, in [m]. The value must include the Objective-Source Correction. The new value will be used on the next processed image. To reprocess the last hologram, call OnDistanceChange(windowsList) after setting the value.

Namespace: LynceeTec.Processing.Holography
Assembly: LynceeTec.Processing (in LynceeTec.Processing.dll) Version: 6.5.0.18 6_5_dev bd821f0, built 2017-12-01 14:29:40 UTC
Syntax
public virtual double GetDistance(
	int lambdaId
)

Parameters

lambdaId
Type: SystemInt32

Return Value

Type: Double

Implements

IReconstructionGetDistance(Int32)
Examples
Usage:
//lambdaId will be ignored in single wavelength configuration
set_Distance(lambdaId, newDistance);
double newDistance = get_Distance(lambdaId);
See Also