Class IfcProductsOfCombustionProperties
Inheritance
System.Object
IfcProductsOfCombustionProperties
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcProductsOfCombustionProperties", 719)]
public class IfcProductsOfCombustionProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcProductsOfCombustionProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcProductsOfCombustionProperties>
Properties
|
Improve this Doc
View Source
CO2Content
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcPositiveRatioMeasure? CO2Content { get; set; }
Property Value
|
Improve this Doc
View Source
COContent
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcPositiveRatioMeasure? COContent { get; set; }
Property Value
|
Improve this Doc
View Source
N20Content
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcPositiveRatioMeasure? N20Content { get; set; }
Property Value
|
Improve this Doc
View Source
SpecificHeatCapacity
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcSpecificHeatCapacityMeasure? SpecificHeatCapacity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcProductsOfCombustionProperties)
Declaration
public bool Equals(IfcProductsOfCombustionProperties other)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Parse(Int32, IPropertyValue, Int32[])
Declaration
public override void Parse(int propIndex, IPropertyValue value, int[] nestedIndex)
Parameters
| Type |
Name |
Description |
| System.Int32 |
propIndex |
|
| IPropertyValue |
value |
|
| System.Int32[] |
nestedIndex |
|
Overrides
Explicit Interface Implementations
|
Improve this Doc
View Source
IContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
| Type |
Description |
| System.Collections.Generic.IEnumerable<IPersistEntity> |
|
|
Improve this Doc
View Source
IIfcProductsOfCombustionProperties.CO2Content
Declaration
IfcPositiveRatioMeasure? IIfcProductsOfCombustionProperties.CO2Content { get; set; }
Returns
|
Improve this Doc
View Source
IIfcProductsOfCombustionProperties.COContent
Declaration
IfcPositiveRatioMeasure? IIfcProductsOfCombustionProperties.COContent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcProductsOfCombustionProperties.N20Content
Declaration
IfcPositiveRatioMeasure? IIfcProductsOfCombustionProperties.N20Content { get; set; }
Returns
|
Improve this Doc
View Source
IIfcProductsOfCombustionProperties.SpecificHeatCapacity
Declaration
IfcSpecificHeatCapacityMeasure? IIfcProductsOfCombustionProperties.SpecificHeatCapacity { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>