Click or drag to resize

ExcelIntegrationGetInteractionParameterSet(String, String, String) Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Returns the interaction parameters stored in DWSIM's database for a given binary/model combination.", 
	HelpTopic = "ExcelAddInHelp.chm!6")]
public static Object[,] GetInteractionParameterSet(
	[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
)
Request Example View Source

Parameters

Model  String
 
Compound1  String
 
Compound2  String
 

Return Value

Object
See Also