ChemometricCommandsQuestCalibrationModelAndDestinationTable Method |
Ask the user (before a prediction is made) for the name of the calibration model table and the destination table.
Namespace: Altaxo.Worksheet.Commands.AnalysisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool QuestCalibrationModelAndDestinationTable(
out string modelTableName,
out string?? destinationTableName
)
Parameters
- modelTableName String
- On return, contains the name of the table containing the calibration model.
- destinationTableName String
- On return, contains the name of the destination table, or null if a new table should be used as destination.
Return Value
BooleanTrue if OK, false if the users pressed Cancel.
See Also