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

Property Value

DictionaryString, IGraphicObject

Implements

IFlowsheetGraphicObjects

See Also