 | 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.InterfacesAssembly: LynceeTec.Interfaces (in LynceeTec.Interfaces.dll) Version: 10.2.3317.0 , built 2025-03-17 14:03:43 UTC
Syntaxvoid SetDistance(
int lamdbdaId,
double dist
)
void SetDistance(
int lamdbdaId,
double dist
)
Parameters
- lamdbdaId Int32
- The logical laser source id for the current configuration. (Ignored in single wavelength configuration).
- dist Double
- The reconstruction distance, in [m]
See Also