IsCalibration Property
Description
Determines whether or not the command is a Calibration command.
Property type
Read-only property
Syntax
Visual Basic |
---|
Public Property IsCalibration As Boolean |
Return Type
Read/write Boolean.
Remarks
Commands that return TRUE for this property can successfully retrieve a Calibration object using the CalibrationCommand Property.
See Also