 | 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
Syntaxpublic int LoadConfiguration(
IHardwareConfiguration hwConfiguration,
IHolographicMeasurementConfig measurementConfig
)
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:
Int320 if successful, or a negative code if an error occurs.
See Also