2027 Class
Changes 8
C

EmbodiedCarbonAsset

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