SplitterGetProperties Method

Returns the list of property identifiers available for this splitter, filtered by the requested access type. Split ratio properties (SR1, SR2, SR3) are included according to the number of connected outlets.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override string[] GetProperties(
	PropertyType proptype
)

Parameters

proptype  PropertyType
The access-type filter (PropertyType) such as read-write, write-only, or all.

Return Value

String
An array of property identifier strings.

See Also