UnitOpBaseClassGetKeyPropertyValue Method

Returns the current numeric value of a named key property in SI units.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public virtual double GetKeyPropertyValue(
	string prop_name
)

Parameters

prop_name  String
The name of the key property to retrieve.

Return Value

Double
The property value as a Double, or 0.0 if not supported.

Implements

IUnitOperationGetKeyPropertyValue(String)

See Also