Click or drag to resize

ExcelIntegrationNoAttrCalcProp Method


Namespace: DWSIM.Thermodynamics.ExcelAddIn
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
public static Object[,] CalcProp(
	string proppack,
	string prop,
	string basis,
	string phaselabel,
	Object[] compounds,
	double temperature,
	double pressure,
	double[] molefractions,
	Object ip1,
	Object ip2,
	Object ip3,
	Object ip4,
	Object ip5,
	Object ip6,
	Object ip7,
	Object ip8
)
Request Example View Source

Parameters

proppack  String
 
prop  String
 
basis  String
 
phaselabel  String
 
compounds  Object
 
temperature  Double
 
pressure  Double
 
molefractions  Double
 
ip1  Object
 
ip2  Object
 
ip3  Object
 
ip4  Object
 
ip5  Object
 
ip6  Object
 
ip7  Object
 
ip8  Object
 

Return Value

Object
See Also