Excel Integration No AttrGet User Interaction Parameter Set Method
Definition
Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public static Object[,] GetUserInteractionParameterSet(
string Model,
string Compound1,
string Compound2
)VB
Public Shared Function GetUserInteractionParameterSet (
Model As String,
Compound1 As String,
Compound2 As String
) As Object(,)