Click or drag to resize

IReconstructionGetDistance 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.Interfaces
Assembly:  LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 7.2.45.30905 master 8ea4f327, built 2018-05-31 10:36:26 UTC
Syntax
double GetDistance(
	int lambdaId
)

Parameters

lambdaId
Type: SystemInt32

Return Value

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