FlowsheetBaseGetFlowsheetSimulationObject 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
public ISimulationObject GetFlowsheetSimulationObject(
	string tag
)

Parameters

tag  String
The tag string to search for.

Return Value

ISimulationObject
The matching ISimulationObject, or Nothing if not found.

Implements

IFlowsheetGetFlowsheetSimulationObject(String)

See Also