Click or drag to resize

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.Analysis
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Boolean
True if OK, false if the users pressed Cancel.
See Also