FlowsheetBaseAddGraphicObject Method

Adds a graphic object to both the drawing surface and the GraphicObjects dictionary.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public void AddGraphicObject(
	IGraphicObject obj
)

Parameters

obj  IGraphicObject
The graphic object to add.

Implements

IFlowsheetAddGraphicObject(IGraphicObject)

See Also