Click or drag to resize

HeadCorrectionAPIExists Method

Checks if a head correction file exists on the card.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public bool Exists(
	int head,
	int correction = 0
)

Parameters

head  Int32
The head selector.
correction  Int32  (Optional)
The correction table selector. (Default 0).

For valid values, please see the Remarks, below.

Return Value

Boolean
trueif a head correction file exists on the card for the specified correction index of the specified head,false otherwise.
See Also