Class IfcThermalMaterialProperties
Inheritance
System.Object
IfcThermalMaterialProperties
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("IfcThermalMaterialProperties", 720)]
public class IfcThermalMaterialProperties : IfcMaterialProperties, INotifyPropertyChanged, IIfcMaterialProperties, IIfcExtendedProperties, IIfcPropertyAbstraction, IfcResourceObjectSelect, IIfcResourceObjectSelect, IExpressSelectType, IEquatable<IfcMaterialProperties>, IInstantiableEntity, IIfcThermalMaterialProperties, IIfcMaterialProperties, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcThermalMaterialProperties>
Properties
|
Improve this Doc
View Source
BoilingPoint
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcThermodynamicTemperatureMeasure? BoilingPoint { get; set; }
Property Value
|
Improve this Doc
View Source
FreezingPoint
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcThermodynamicTemperatureMeasure? FreezingPoint { 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
|
Improve this Doc
View Source
ThermalConductivity
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 5)]
public IfcThermalConductivityMeasure? ThermalConductivity { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Equals(IfcThermalMaterialProperties)
Declaration
public bool Equals(IfcThermalMaterialProperties 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
IIfcThermalMaterialProperties.BoilingPoint
Declaration
IfcThermodynamicTemperatureMeasure? IIfcThermalMaterialProperties.BoilingPoint { get; set; }
Returns
|
Improve this Doc
View Source
IIfcThermalMaterialProperties.FreezingPoint
Declaration
IfcThermodynamicTemperatureMeasure? IIfcThermalMaterialProperties.FreezingPoint { get; set; }
Returns
|
Improve this Doc
View Source
IIfcThermalMaterialProperties.SpecificHeatCapacity
Declaration
IfcSpecificHeatCapacityMeasure? IIfcThermalMaterialProperties.SpecificHeatCapacity { get; set; }
Returns
|
Improve this Doc
View Source
IIfcThermalMaterialProperties.ThermalConductivity
Declaration
IfcThermalConductivityMeasure? IIfcThermalMaterialProperties.ThermalConductivity { get; set; }
Returns
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>