Unit Op Base ClassGet Key Property Names Method
Returns the names of the key output properties reported by this unit operation.
Definition
Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
A list of property name strings, or an empty list if none are defined.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public virtual List<string> GetKeyPropertyNames()VB
Public Overridable Function GetKeyPropertyNames As List(Of String)Return Value
ListStringA list of property name strings, or an empty list if none are defined.