Excel IntegrationGet Base Property Package Data 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#
[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
)VB
<ExcelFunctionAttribute(Description := "Returns base Property Package data, which can be modified and used as an input for other functions.")>
Public Shared Function GetBasePropertyPackageData (
<ExcelArgumentAttribute("The name of the Property Package to use.")> proppack As String,
<ExcelArgumentAttribute("The list of compounds to include.")> compounds As Object()
) As Object