ValveGet Properties Method
Returns an array of property identifier strings for the valve, filtered by the requested property access type.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
An array of property name 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
- Specifies whether to return read-only, read-write, write-only, or all properties.
Return Value
StringAn array of property name strings.