RecycleGetProperties Method

Returns the list of property identifiers available for this recycle block filtered by property type.

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 array of property identifier strings.

See Also