IModelGetTotalCarbonMassAsync Method

Returns the total mass of embodied carbon in the whole model (in [kg])

Namespace:  TSD.API.Remoting.Structure
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
Task<double?> GetTotalCarbonMassAsync()

Return Value

Type: TaskNullableDouble
The total embodied carbon mass or if not available
See Also