ExcelIntegrationGetUserInteractionParameterSet Method

Definition

Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[ExcelFunctionAttribute(Description = "Returns the interaction parameters stored in user databases for a given binary/model combination.", 
	HelpTopic = "ExcelAddInHelp.chm!7")]
public static Object[,] GetUserInteractionParameterSet(
	[ExcelArgumentAttribute("Thermodynamic Model (use 'GetModelList' to get a list of available models).")] string Model,
	[ExcelArgumentAttribute("The name of the first compound.")] string Compound1,
	[ExcelArgumentAttribute("The name of the second compound.")] string Compound2
)

Parameters

Model  String
 
Compound1  String
 
Compound2  String
 

Return Value

Object

See Also