CalibrationDataSetCalibrationType Method |
Sets the calibration type, not currently used.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetCalibrationType(
short calibrationType
)
Public Sub SetCalibrationType (
calibrationType As Short
)
public:
void SetCalibrationType(
short calibrationType
)
member SetCalibrationType :
calibrationType : int16 -> unit
Parameters
- calibrationType
- Type: SystemInt16
The calibration type, not currently used.
See Also