Gets the calibration points used to generate the calibration table.
| C# | Visual Basic | Visual C++ |
public List<CalibrationPoint> CalibrationPoints { get; protected set; }
Public Property CalibrationPoints As List(Of CalibrationPoint)
public: property List<CalibrationPoint^>^ CalibrationPoints { List<CalibrationPoint^>^ get (); void set (List<CalibrationPoint^>^ value); }