Interface IQuantityEstimationResult
public interface IQuantityEstimationResult : IResult
- Extension Methods
Properties
CO2Footprint
CO2 footprint (A1-A3)
double? CO2Footprint { get; }
Property Value
Id
Element name identifier
string Id { get; }
Property Value
Quality
Material quality identifier
string Quality { get; }
Property Value
Storey
Storey identifier
string Storey { get; }
Property Value
Structure
Structural element type
string Structure { get; }
Property Value
TotalWeight
Total weight
double TotalWeight { get; }