Material StreamGet Properties 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
Array of property identifier strings.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public override string[] GetProperties(
PropertyType proptype
)VB
Public Overrides Function GetProperties (
proptype As PropertyType
) As String()Parameters
- proptype PropertyType
- The category of properties to enumerate.
Return Value
StringArray of property identifier strings.