Interface IIfcFuelProperties
Readonly interface for IfcFuelProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcFuelProperties : IIfcMaterialProperties, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
CarbonContent
Declaration
IfcPositiveRatioMeasure? CarbonContent { get; set; }
Property Value
|
Improve this Doc
View Source
CombustionTemperature
Declaration
IfcThermodynamicTemperatureMeasure? CombustionTemperature { get; set; }
Property Value
|
Improve this Doc
View Source
HigherHeatingValue
Declaration
IfcHeatingValueMeasure? HigherHeatingValue { get; set; }
Property Value
|
Improve this Doc
View Source
LowerHeatingValue
Declaration
IfcHeatingValueMeasure? LowerHeatingValue { get; set; }
Property Value