SplitterGetPropertyValue Method

Returns the current value of a named splitter property, converting from SI units to the supplied unit system.

Definition

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

Parameters

prop  String
The property identifier string (e.g. "PROP_SP_1", "SR1").
su  IUnitsOfMeasure  (Optional)
The target unit system for the returned value. Defaults to SI if not provided.

Return Value

Object
The property value as an Object, or the base-class value if the property is not handled here.

See Also