Flowsheet BaseGet Flowsheet Simulation Object Method
Returns the simulation object whose user-visible tag matches the specified value.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
The matching ISimulationObject, or Nothing if not found.
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public ISimulationObject GetFlowsheetSimulationObject(
string tag
)VB
Public Function GetFlowsheetSimulationObject (
tag As String
) As ISimulationObjectParameters
- tag String
- The tag string to search for.
Return Value
ISimulationObjectThe matching ISimulationObject, or Nothing if not found.