EnergyStreamGetProperties Method

Returns the list of property identifiers available for this energy stream filtered by the specified property type.

Definition

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

Parameters

proptype  PropertyType
The type of properties to retrieve (read-only, read-write, write-read, or all).

Return Value

String
An array of property identifier strings.

See Also