 | 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
Syntaxpublic int UseConfiguration(
Configuration configuration
)
public:
int UseConfiguration(
Configuration^ configuration
)
Parameters
- configuration
- Type: LynceeTec.InterfaceProcessingV2.ConfigurationsConfiguration
The configuration to use.
Return Value
Type:
Int320 if successful, or a negative code if an error occurs.
RemarksIf the configuration is not yet registered, it will be automatically added to the list of available configurations.
See Also