Click or drag to resize

IReconstructionSetDistance Method

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.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 9.2.6612.0 , built 2022-07-14 10:39:33 UTC
Syntax
void SetDistance(
	int lamdbdaId,
	double dist
)

Parameters

lamdbdaId
Type: SystemInt32
The logical laser source id for the current configuration. (Ignored in single wavelength configuration).
dist
Type: SystemDouble
The reconstruction distance, in [m]
See Also