Method GetTotalCarbonMassAsync
GetTotalCarbonMassAsync(CancellationToken)
Returns the total mass of embodied carbon in the whole model (in [kg])
Declaration
Task<double?> GetTotalCarbonMassAsync(CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| CancellationToken | cancellationToken | The optional cancellation token |
Returns
| Type | Description |
|---|---|
| Task<double?> | The total embodied carbon mass or null if not available |