Class IfcFuelProperties
Inheritance
System.Object
IfcFuelProperties
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("IfcFuelProperties", 715)]
public class IfcFuelProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcFuelProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcFuelProperties>
Properties
|
Improve this Doc
View Source
CarbonContent
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcPositiveRatioMeasure? CarbonContent { get; set; }
Property Value
|
Improve this Doc
View Source
CombustionTemperature
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcThermodynamicTemperatureMeasure? CombustionTemperature { get; set; }
Property Value
|
Improve this Doc
View Source
HigherHeatingValue
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcHeatingValueMeasure? HigherHeatingValue { get; set; }
Property Value
|
Improve this Doc
View Source
LowerHeatingValue
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcHeatingValueMeasure? LowerHeatingValue { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcFuelProperties)
Declaration
public bool Equals(IfcFuelProperties 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
IIfcFuelProperties.CarbonContent
Declaration
IfcPositiveRatioMeasure? IIfcFuelProperties.CarbonContent { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFuelProperties.CombustionTemperature
Declaration
IfcThermodynamicTemperatureMeasure? IIfcFuelProperties.CombustionTemperature { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFuelProperties.HigherHeatingValue
Declaration
IfcHeatingValueMeasure? IIfcFuelProperties.HigherHeatingValue { get; set; }
Returns
|
Improve this Doc
View Source
IIfcFuelProperties.LowerHeatingValue
Declaration
IfcHeatingValueMeasure? IIfcFuelProperties.LowerHeatingValue { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>