Click or drag to resize

ScannerConfigGetIndexOfAxis Method

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

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

Parameters

headFormat  ScanHeadFormat

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

axis  Axis

[Missing <param name="axis"/> documentation for "M:RAYLASE.SPICE3.ScannerConfig.GetIndexOfAxis(RAYLASE.SPICE3.ScanHeadFormat,RAYLASE.SPICE3.Axis)"]

Return Value

Int32
The index.
See Also