PumpGet Properties Method
Returns all property identifiers supported by this pump for the given property type.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
An array of property identifier strings.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.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 retrieve.
Return Value
StringAn array of property identifier strings.