IFlowsheet Interface
The IFlowsheet interface is the main interface which should be implemented by the Flowsheet class.
It provides direct access to the various flowsheet components and helper functions to manipulate objects.
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
public interface IFlowsheetVB
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
Public Interface IFlowsheet