Click or drag to resize

GenericScanHeadGetInformation Method

Queries ScanHeadInformation from the scan head.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanHead
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override IDictionary<Axes, ScanHeadInformation> GetInformation(
	Axes axes,
	int timeoutMilliseconds = 1
)

Parameters

axes  Axes
Axes to query information from.
timeoutMilliseconds  Int32  (Optional)
Timeout.

Return Value

IDictionaryAxes, ScanHeadInformation
ScanHeadInformationof the scan head
See Also