Click or drag to resize

ScannerConfigHasAuxiliary Method

Returns true if an 'auxiliary' axis is available for the given 'head format'.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static bool HasAuxiliary(
	ScanHeadFormat headFormat
)

Parameters

headFormat  ScanHeadFormat
The head format.

Return Value

Boolean
True if the head format provides an 'auxiliary' axis, otherwise false.
See Also