UnitOpBaseClassGetKeyPropertyNames 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
public virtual List<string> GetKeyPropertyNames()

Return Value

ListString
A list of property name strings, or an empty list if none are defined.

Implements

IUnitOperationGetKeyPropertyNames

See Also