ExcelIntegrationGetUserInteractionParameterSet Method |
Namespace: DWSIM.Thermodynamics.ExcelAddInAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax [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
)
<ExcelFunctionAttribute(Description := "Returns the interaction parameters stored in user databases for a given binary/model combination.",
HelpTopic := "ExcelAddInHelp.chm!7")>
Public Shared Function GetUserInteractionParameterSet (
<ExcelArgumentAttribute("Thermodynamic Model (use 'GetModelList' to get a list of available models).")> Model As String,
<ExcelArgumentAttribute("The name of the first compound.")> Compound1 As String,
<ExcelArgumentAttribute("The name of the second compound.")> Compound2 As String
) As Object(,)
Request Example
View SourceParameters
- Model String
-
- Compound1 String
-
- Compound2 String
-
Return Value
ObjectSee Also