Click or drag to resize

FlowsheetSolverCalculateObject(Object, String) Method

Calculates a single object in the Flowsheet.

Namespace: DWSIM.FlowsheetSolver
Assembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax
public static List<Exception> CalculateObject(
	Object fobj,
	string ObjID
)
Request Example View Source

Parameters

fobj  Object
Flowsheet where the object belongs to.
ObjID  String
Unique Id of the object ("Name" or "GraphicObject.Name" properties). This is not the object's Flowsheet display name ("Tag" property or its GraphicObject object).

Return Value

ListException
See Also