Click or drag to resize

ReconstructionLinkConfiguration Method

Links an existing configuration to the reconstruction process.

Namespace:  LynceeTec.InterfaceProcessingV2
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public void LinkConfiguration(
	Configuration configuration
)

Parameters

configuration
Type: LynceeTec.InterfaceProcessingV2.ConfigurationsConfiguration
The configuration to link.
Remarks
Only linked configurations can be used in the reconstruction process. The reconstruction process is optimized to use all the linked configurations at the same time.
See Also