FormFlowsheetGraphicObjects 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
public Dictionary<string, IGraphicObject> GraphicObjects { get; set; }

Property Value

DictionaryString, IGraphicObject

Implements

IFlowsheetGraphicObjects
IFlowsheetBagGraphicObjects

See Also