Flowsheet BaseAdd Graphic Object 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
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void AddGraphicObject(
IGraphicObject obj
)VB
Public Sub AddGraphicObject (
obj As IGraphicObject
)Parameters
- obj IGraphicObject
- The graphic object to add.