Load a calibration table.
| C# | Visual Basic | Visual C++ |
public static CalibrationTable Load( string fileName )
Public Shared Function Load ( _ fileName As String _ ) As CalibrationTable
public: static CalibrationTable^ Load( String^ fileName )
- fileName (String)
- The name of the file containing the calibration table.
The deserialized calibration table.