Click or drag to resize

ScannerAPIGetDisabledAxes Method

Returns the list of currently disabled axes.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public Axes GetDisabledAxes(
	int head
)

Parameters

head  Int32
The head selector.

Return Value

Axes
The currently disabled axes.
See Also