Click or drag to resize

ReconstructionUseConfiguration Method

Select a configuration to use. All the hologram added after will be reconstructed using this configuration.

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

Parameters

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

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
Remarks
If the configuration is not yet registered, it will be automatically added to the list of available configurations.
See Also