UnitOpBaseClassSetKeyPropertyValue Method

Sets the value of a named key property, converting from the supplied units to SI internally.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public virtual Exception SetKeyPropertyValue(
	string prop_name,
	double prop_value,
	string prop_units
)

Parameters

prop_name  String
The name of the key property to set.
prop_value  Double
The new value expressed in prop_units.
prop_units  String
The unit string corresponding to prop_value.

Return Value

Exception
An Exception if the operation failed, or Nothing on success.

Implements

IUnitOperationSetKeyPropertyValue(String, Double, String)

See Also