MaterialStreamGetProperties Method

Returns the list of property identifiers for the specified property type.

Definition

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

Parameters

proptype  PropertyType
The category of properties to enumerate.

Return Value

String
Array of property identifier strings.

See Also