FormFlowsheetAddGraphicObject Method

Adds a graphic object to both the drawing surface and the graphic object collection.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public void AddGraphicObject(
	IGraphicObject obj
)

Parameters

obj  IGraphicObject
The graphic object to add.

Implements

IFlowsheetAddGraphicObject(IGraphicObject)

See Also