Flowsheet BaseGraphic Objects Property
Gets or sets the dictionary of all graphic objects currently placed on the flowsheet surface, keyed by unique ID.
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 Dictionary<string, IGraphicObject> GraphicObjects { get; set; }VB
Public Property GraphicObjects As Dictionary(Of String, IGraphicObject)
Get
Set