BaseClassSetFlowsheet Method

Sets the Flowsheet to which this object belongs to.

Definition

Namespace: DWSIM.SharedClasses.UnitOperations
Assembly: DWSIM.SharedClasses (in DWSIM.SharedClasses.dll) Version: 10.0.0.0
public void SetFlowsheet(
	Object flowsheet
)

Parameters

flowsheet  Object
Flowsheet instance.

Implements

ISimulationObjectSetFlowsheet(Object)

See Also