ExpanderGetProperties Method

Returns the list of property identifiers for this expander filtered by the specified access 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 property access type (read-only, read-write, write-read, or all).

Return Value

String
An array of property identifier strings applicable for the requested type.

See Also