Form FlowsheetGet Flowsheet Simulation Object Method
Returns the simulation object whose graphic tag matches the specified value.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
The matching BaseClass, or Nothing if not found.
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public BaseClass GetFlowsheetSimulationObject(
string tag
)VB
Public Function GetFlowsheetSimulationObject (
tag As String
) As BaseClassParameters
- tag String
- The tag to search for.
Return Value
BaseClassThe matching BaseClass, or Nothing if not found.