Click or drag to resize

SPICE3DeviceGetUsedLogPath Method

Gets the LogPath. In case of the SPICE3Card it returns the default log path if LogPath is not set, i. e. the path built out of log directory and device label.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override string GetUsedLogPath()

Return Value

String
The currently stored log path, or, in case of a SPICE3Card type, the default log path if LogPath is not set.
See Also