Click or drag to resize

ConfigurationLoadConfiguration Method

Configures the current object using the output of the ConfigManager that loaded the database.

Namespace:  LynceeTec.InterfaceProcessingV2.Configurations
Assembly:  LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntax
public int LoadConfiguration(
	IHardwareConfiguration hwConfiguration,
	IHolographicMeasurementConfig measurementConfig
)

Parameters

hwConfiguration
Type: LynceeTec.InterfacesIHardwareConfiguration
Hardware configuration loaded by the ConfigManager.
measurementConfig
Type: LynceeTec.InterfacesIHolographicMeasurementConfig
Measurement configuration loaded by the ConfigManager.

Return Value

Type: Int32
0 if successful, or a negative code if an error occurs.
See Also