HeadCorrectionAPIExists Method |
Checks if a head correction file exists on the card.
Namespace: RAYLASE.SPICE3.ClientLibAssembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.5.2
Syntax 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
Booleantrueif a head correction file exists on the card for the specified
correction index of the specified
head,
false otherwise.
See Also