Class IfcStructuralLoadTemperature
Inheritance
System.Object
IfcStructuralLoadTemperature
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcStructuralLoad>
System.IEquatable<IfcStructuralLoadStatic>
System.IEquatable<IfcStructuralLoadTemperature>
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Xbim.Ifc2x3.StructuralLoadResource
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcStructuralLoadTemperature", 36)]
public class IfcStructuralLoadTemperature : IfcStructuralLoadStatic, INotifyPropertyChanged, IEquatable<IfcStructuralLoad>, IEquatable<IfcStructuralLoadStatic>, IIfcStructuralLoadTemperature, IIfcStructuralLoadStatic, IIfcStructuralLoadOrResult, IIfcStructuralLoad, IInstantiableEntity, IIfcStructuralLoadTemperature, IIfcStructuralLoadStatic, IIfcStructuralLoad, IPersistEntity, IPersist, IEquatable<IfcStructuralLoadTemperature>
Properties
| Improve this Doc View SourceDeltaT_Constant
Declaration
[EntityAttribute(2, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 2)]
public IfcThermodynamicTemperatureMeasure? DeltaT_Constant { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
DeltaT_Y
Declaration
[EntityAttribute(3, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 3)]
public IfcThermodynamicTemperatureMeasure? DeltaT_Y { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
DeltaT_Z
Declaration
[EntityAttribute(4, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 4)]
public IfcThermodynamicTemperatureMeasure? DeltaT_Z { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
Methods
| Improve this Doc View SourceEquals(IfcStructuralLoadTemperature)
Declaration
public bool Equals(IfcStructuralLoadTemperature other)
Parameters
Type | Name | Description |
---|---|---|
IfcStructuralLoadTemperature | other |
Returns
Type | Description |
---|---|
System.Boolean |
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 SourceIIfcStructuralLoadTemperature.DeltaT_Constant
Declaration
IfcThermodynamicTemperatureMeasure? IIfcStructuralLoadTemperature.DeltaT_Constant { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
IIfcStructuralLoadTemperature.DeltaT_Y
Declaration
IfcThermodynamicTemperatureMeasure? IIfcStructuralLoadTemperature.DeltaT_Y { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
IIfcStructuralLoadTemperature.DeltaT_Z
Declaration
IfcThermodynamicTemperatureMeasure? IIfcStructuralLoadTemperature.DeltaT_Z { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
IIfcStructuralLoadTemperature.DeltaTConstant
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadTemperature), 2)]
IfcThermodynamicTemperatureMeasure? IIfcStructuralLoadTemperature.DeltaTConstant { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
IIfcStructuralLoadTemperature.DeltaTY
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadTemperature), 3)]
IfcThermodynamicTemperatureMeasure? IIfcStructuralLoadTemperature.DeltaTY { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
IIfcStructuralLoadTemperature.DeltaTZ
Declaration
[CrossSchemaAttribute(typeof(IIfcStructuralLoadTemperature), 4)]
IfcThermodynamicTemperatureMeasure? IIfcStructuralLoadTemperature.DeltaTZ { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcThermodynamicTemperatureMeasure> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>