Click or drag to resize

ExcelIntegrationGetBasePropertyPackageData Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[ExcelFunctionAttribute(Description = "Returns base Property Package data, which can be modified and used as an input for other functions.")]
public static Object GetBasePropertyPackageData(
	[ExcelArgumentAttribute("The name of the Property Package to use.")] string proppack,
	[ExcelArgumentAttribute("The list of compounds to include.")] Object[] compounds
)
Request Example View Source

Parameters

proppack  String
 
compounds  Object
 

Return Value

Object
See Also