Click or drag to resize

ReconstructionAddConfiguration Method

Adds a configuration to the list of available configuration for reconstruction.

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

Parameters

configuration
Type: LynceeTec.InterfaceProcessingV2.ConfigurationsConfiguration
The configuration to add.

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
Remarks
The reconstruction process is optimized to use all the defined configurations at the same time. The last configuration added is defined as the current one in use.
See Also