ValveGetProperties Method

Returns an array of property identifier strings for the valve, filtered by the requested property 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
Specifies whether to return read-only, read-write, write-only, or all properties.

Return Value

String
An array of property name strings.

See Also