Click or drag to resize

ScannerConfigGetAxisCount Method

Returns the number of axes per supported head that are available for the given 'head format'.

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

Parameters

headFormat  ScanHeadFormat
The head format whose number of axes should be returned.

Return Value

Int32
The number of axes per supported head.
See Also