FormFlowsheetGetFlowsheetSimulationObject 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
public BaseClass GetFlowsheetSimulationObject(
	string tag
)

Parameters

tag  String
The tag to search for.

Return Value

BaseClass
The matching BaseClass, or Nothing if not found.

See Also