InformationCarrierGetProperties 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
public override string[] GetProperties(
	PropertyType proptype
)

Parameters

proptype  PropertyType
The type of properties to retrieve.

Return Value

String
An empty array — information carriers expose no settable properties.

See Also