Click or drag to resize

CalculatorGetCompoundConstProp Method

Returns a single constant property value for a compound.

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(10)]
public string GetCompoundConstProp(
	string compound,
	string prop
)
Request Example View Source

Parameters

compound  String
Compound name.
prop  String
Property identifier.

Return Value

String

Implements

Calculator_CalculatorGetCompoundConstProp(String, String)
See Also