ExcelIntegrationGetBasePropertyPackageData Method

Definition

Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[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
)

Parameters

proppack  String
 
compounds  Object
 

Return Value

Object

See Also