FormFlowsheetGetObject Method

Returns the simulation object with the specified tag, or Nothing if not found.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public ISimulationObject GetObject(
	string name
)

Parameters

name  String
The tag of the object to retrieve.

Return Value

ISimulationObject

Implements

IFlowsheetGetObject(String)

See Also