Click or drag to resize

ScannerConfigGetAxisAtIndex Method

Gets the axis at the given index for the specified ScanHeadFormat.

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

Parameters

headFormat  ScanHeadFormat

[Missing <param name="headFormat"/> documentation for "M:RAYLASE.SPICE3.ScannerConfig.GetAxisAtIndex(RAYLASE.SPICE3.ScanHeadFormat,System.Int32)"]

index  Int32

[Missing <param name="index"/> documentation for "M:RAYLASE.SPICE3.ScannerConfig.GetAxisAtIndex(RAYLASE.SPICE3.ScanHeadFormat,System.Int32)"]

Return Value

Axis
The axis.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException
ArgumentException
See Also