UserDBAddCompounds Method |
Namespace: DWSIM.Thermodynamics.DatabasesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public static void AddCompounds(
ICompoundConstantProperties[] comps,
Stream xmlstream,
bool replace
)
Public Shared Sub AddCompounds (
comps As ICompoundConstantProperties(),
xmlstream As Stream,
replace As Boolean
)
Request Example
View SourceParameters
- comps ICompoundConstantProperties
-
- xmlstream Stream
-
- replace Boolean
-
See Also