AdjustSetPropertyValue Method

Sets the value of the specified property.

Definition

Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override bool SetPropertyValue(
	string prop,
	Object propval,
	IUnitsOfMeasure su = null
)

Parameters

prop  String
The property identifier or name string.
propval  Object
The new value to assign.
su  IUnitsOfMeasure  (Optional)
The unit system of the supplied value; defaults to SI if not provided.

Return Value

Boolean
True if the property was set successfully.

See Also