Information CarrierGet Properties Method
Returns the list of property identifiers available for this information carrier (always empty).
Definition
Namespace: DWSIM.UnitOperations.SpecialOps
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
An empty array — information carriers expose no settable properties.
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 empty array — information carriers expose no settable properties.