Form FlowsheetGraphic Objects Property
Gets the dictionary of all graphic objects on the flowsheet drawing surface, keyed by unique name.
Definition
Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
IFlowsheetBagGraphicObjects
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public Dictionary<string, IGraphicObject> GraphicObjects { get; set; }VB
Public Property GraphicObjects As Dictionary(Of String, IGraphicObject)
Get
SetProperty Value
DictionaryString, IGraphicObjectImplements
IFlowsheetGraphicObjectsIFlowsheetBagGraphicObjects