Form FlowsheetGet Selected Flowsheet Simulation Object 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public ISimulationObject GetSelectedFlowsheetSimulationObject(
string tag
)VB
Public Function GetSelectedFlowsheetSimulationObject (
tag As String
) As ISimulationObjectParameters
- tag String
- When non-empty, returns the object with this tag; otherwise returns the currently selected object.