IDeviceManagerLoadConfiguration Method |
Loads a given saved file and creates the corresponding device configuration. Missing items will be reported back in the return value.
Namespace: RAYLASE.Marker.DeviceAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
SyntaxIList<Metadata> LoadConfiguration(
string filePath,
bool clearDevices = true
)
Parameters
- filePath String
- The path of the device configuration file.
- clearDevices Boolean (Optional)
- Clears the list of devices before loading.
Return Value
IListMetadataList of missing devices. The missing devices might due to the plugins of such types are no longer available.
ExceptionsException | Condition |
---|
ApplicationException | The device configuration file cannot be processed. |
See Also