Form FlowsheetAdd Graphic Object 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public void AddGraphicObject(
IGraphicObject obj
)VB
Public Sub AddGraphicObject (
obj As IGraphicObject
)Parameters
- obj IGraphicObject
- The graphic object to add.