EmbodiedCarbonAsset Class

Represents the properties of a material pertinent to embodied carbon calculations.
Inheritance Hierarchy
SystemObject
  Autodesk.Revit.DBEmbodiedCarbonAsset

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 27.0.4.0 (27.0.4.0)
Syntax
public class EmbodiedCarbonAsset : IDisposable

The EmbodiedCarbonAsset type exposes the following members.

Constructors
 NameDescription
Public methodEmbodiedCarbonAsset Constructs an instance of EmbodiedCarbonAsset.
Top
Properties
 NameDescription
Public propertyCarbonCoefficient Used by Insight, unit is kgCOâ‚‚e per length, area, etc., e.g 200.234 kgCOâ‚‚e/m
Public propertyCarbonCoefficientUnitType The unit type of Embodied Carbon coefficient (e.g. kgCOâ‚‚e/m, kgCOâ‚‚e/kg,...)
Public propertyCategoryId Internal identifier of category. List of available categories can be retrieved from Sustainability API.
Public propertyCategoryName User visible name of category. List of available categories can be retrieved from Sustainability API.
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
Public propertyName The name of the EmbodiedCarbon asset.
Public propertyProviderId Internal identifier of provider, which provide embodied carbon data. List of available providers can be retrieved from Sustainability API.
Public propertyProviderName User visible name of provider. List of available providers can be retrieved from Sustainability API.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the EmbodiedCarbonAsset
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEqualsEmbodiedCarbonOnly Determines whether this embodied carbon asset is equal to another, but ignore data from base class.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also