Click or drag to resize

ScanHeadConfigGetAxisParameterSet Method

Note: This API is now obsolete.

Returns the AxisParameterSet from Axes for the requested Axis,

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 2.3.5
Syntax
C#
[ObsoleteAttribute("This method cannot support the new scanhead formats. Please call 'ScannerConfig.GetIndexOfAxis' and use its return value to reference 'Axes'")]
public AxisParameterSet GetAxisParameterSet(
	Axis axis
)

Parameters

axis  Axis
The axis

Return Value

AxisParameterSet
The parameters of this axis set in this ScanHeadConfig
See Also