FlowsheetBaseExtraProperties Property

Gets or sets a dynamic property bag for attaching arbitrary extra data to the flowsheet at runtime.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public ExpandoObject ExtraProperties { get; set; }

Property Value

ExpandoObject

Implements

IFlowsheetExtraProperties

See Also