FlowsheetSolverCalculateObjectSync Method |
Calculates a single object in the Flowsheet.
Namespace: DWSIM.FlowsheetSolverAssembly: DWSIM.FlowsheetSolver (in DWSIM.FlowsheetSolver.dll) Version: 8.8.1.0
Syntax public static void CalculateObjectSync(
Object fobj,
string ObjID
)
Public Shared Sub CalculateObjectSync (
fobj As Object,
ObjID As String
)
Request Example
View SourceParameters
- 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).
See Also