 | ReconstructionLinkConfiguration Method |
Links an existing configuration to the reconstruction process.
Namespace: LynceeTec.InterfaceProcessingV2Assembly: LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void LinkConfiguration(
Configuration configuration
)
public:
void LinkConfiguration(
Configuration^ configuration
)
Parameters
- configuration Configuration
- 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