Class QuantityEstimationGeneral
FemDesign "Quantity estimation, General" result
[Result(typeof(QuantityEstimationGeneral), new ListProc[] { ListProc.QuantityEstimationGeneral })]
public class QuantityEstimationGeneral : IQuantityEstimationResult, IResult
- Inheritance
-
QuantityEstimationGeneral
- Implements
- Inherited Members
- Extension Methods
Properties
CO2Footprint
CO2 footprint (A1-A3)
public double? CO2Footprint { get; }
Property Value
Id
Element name identifier
public string Id { get; }
Property Value
PaintedArea
Painted area
public double PaintedArea { get; }
Property Value
Quality
Material quality identifier
public string Quality { get; }
Property Value
Section
Section/Thickness identifier
public string Section { get; }
Property Value
Storey
Storey identifier
public string Storey { get; }
Property Value
Structure
Structural element type
public string Structure { get; }
Property Value
SubTotal
Length||Area Quantity
public double SubTotal { get; }
Property Value
TotalWeight
Total weight
public double TotalWeight { get; }
Property Value
UnitWeight
Weight per length [t/m, t/m2]
public double UnitWeight { get; }
Property Value
Methods
ToString()
public override string ToString()