FlowsheetBaseAvailableSystemsOfUnits Property

Gets or sets the list of unit-of-measure systems available for this flowsheet.

Definition

Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
public List<IUnitsOfMeasure> AvailableSystemsOfUnits { get; set; }

Property Value

ListIUnitsOfMeasure

Implements

IFlowsheetAvailableSystemsOfUnits

See Also