UserIPDBGetStoredIPsets Method |
Namespace: DWSIM.Thermodynamics.DatabasesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static List<InteractionParameter> GetStoredIPsets(
string comp1,
string comp2,
string model
)
Public Shared Function GetStoredIPsets (
comp1 As String,
comp2 As String,
model As String
) As List(Of InteractionParameter)
Request Example
View SourceParameters
- comp1 String
-
- comp2 String
-
- model String
-
Return Value
ListInteractionParameterSee Also