SpecGet Properties Method
Returns the list of property identifiers available for this spec block.
Definition
Namespace: DWSIM.UnitOperations.SpecialOps
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 type of properties to retrieve.
Return Value
StringAn array of property identifier strings.