FormFlowsheetGetSelectedFlowsheetSimulationObject Method

Returns the simulation object that is currently selected on the surface, optionally filtered by tag.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public ISimulationObject GetSelectedFlowsheetSimulationObject(
	string tag
)

Parameters

tag  String
When non-empty, returns the object with this tag; otherwise returns the currently selected object.

Return Value

ISimulationObject

Implements

IFlowsheetGetSelectedFlowsheetSimulationObject(String)

See Also