UnitOpBaseClassDimensions Property

Gets or sets the list of physical dimensions (e.g. vessel diameter, length) associated with this unit operation.

Definition

Namespace: DWSIM.UnitOperations.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public List<IDimension> Dimensions { get; set; }

Property Value

ListIDimension

Implements

IUnitOperationDimensions

See Also