EmbodiedCarbonAsset
Description:
Represents the properties of a material pertinent to embodied carbon calculations.
Represents the properties of a material pertinent to embodied carbon calculations.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.EmbodiedCarbonAsset
System.Object
Autodesk.Revit.DB.EmbodiedCarbonAsset
public class EmbodiedCarbonAsset : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| EmbodiedCarbonAsset(String) | None | Constructs an instance of EmbodiedCarbonAsset. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the EmbodiedCarbonAsset | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| EqualsEmbodiedCarbonOnly(EmbodiedCarbonAsset) | Boolean | Determines whether this embodied carbon asset is equal to another, but ignore data from base class. | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| CarbonCoefficient | double | Used by Insight, unit is kgCOâ‚‚e per length, area, etc., e.g 200.234 kgCOâ‚‚e/m | |
| CarbonCoefficientUnitType | EmbodiedCarbonCoefficientUnitType | The unit type of Embodied Carbon coefficient (e.g. kgCOâ‚‚e/m, kgCOâ‚‚e/kg,...) | |
| CategoryId | string | Internal identifier of category. List of available categories can be retrieved from Sustainability API. | |
| CategoryName | string | User visible name of category. List of available categories can be retrieved from Sustainability API. | |
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. | |
| Name | string | The name of the EmbodiedCarbon asset. | |
| ProviderId | string | Internal identifier of provider, which provide embodied carbon data. List of available providers can be retrieved from Sustainability API. | |
| ProviderName | string | User visible name of provider. List of available providers can be retrieved from Sustainability API. |