ICarbonSourceGetTotalMassAsync Method

Gets the total mass of carbon embodied in the entity

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

Return Value

Type: TaskNullableDouble
The total mass of embodied carbon (in [kg]) or null if it cannot be retrieved
See Also