Form FlowsheetGet Object Method
Returns the simulation object with the specified tag, or Nothing if not found.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public ISimulationObject GetObject(
string name
)VB
Public Function GetObject (
name As String
) As ISimulationObjectParameters
- name String
- The tag of the object to retrieve.