SolidsSeparatorGetProperties Method

Returns an array of property identifier strings for the specified property type.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public override string[] GetProperties(
	PropertyType proptype
)

Parameters

proptype  PropertyType
The category of properties to list (read-write, read-only, all).

Return Value

String
A string array of property identifiers.

See Also