FlowsheetBaseGetAvailableFlowsheetObjectTypeNames Method

Returns a sorted array of all built-in flowsheet object type names that can be passed to AddObject(String, Int32, Int32, String, String, Boolean).

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public Array GetAvailableFlowsheetObjectTypeNames()

Return Value

Array
A String array of object type display names.

Implements

IFlowsheetGetAvailableFlowsheetObjectTypeNames

See Also