Class IfcEnergyProperties
Inheritance
System.Object
IfcEnergyProperties
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<IfcRoot>
System.IEquatable<IfcPropertyDefinition>
System.IEquatable<IfcPropertySetDefinition>
System.IEquatable<IfcEnergyProperties>
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.SharedBldgServiceElements
Assembly: Xbim.Ifc2x3.dll
Syntax
[ExpressType("IfcEnergyProperties", 176)]
public class IfcEnergyProperties : IfcPropertySetDefinition, INotifyPropertyChanged, IEquatable<IfcRoot>, IEquatable<IfcPropertyDefinition>, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcPropertySetDefinitionSelect, IIfcPropertySetDefinitionSelect, IExpressSelectType, IEquatable<IfcPropertySetDefinition>, IInstantiableEntity, IIfcEnergyProperties, IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IContainsEntityReferences, IPersistEntity, IPersist, IEquatable<IfcEnergyProperties>
Properties
| Improve this Doc View SourceEnergySequence
Declaration
[EntityAttribute(5, EntityAttributeState.Optional, EntityAttributeType.Enum, EntityAttributeType.None, null, null, 8)]
public IfcEnergySequenceEnum? EnergySequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcEnergySequenceEnum> |
UserDefinedEnergySequence
Declaration
[EntityAttribute(6, EntityAttributeState.Optional, EntityAttributeType.None, EntityAttributeType.None, null, null, 9)]
public IfcLabel? UserDefinedEnergySequence { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Methods
| Improve this Doc View SourceEquals(IfcEnergyProperties)
Declaration
public bool Equals(IfcEnergyProperties other)
Parameters
Type | Name | Description |
---|---|---|
IfcEnergyProperties | 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 SourceIContainsEntityReferences.References
Declaration
IEnumerable<IPersistEntity> IContainsEntityReferences.References { get; }
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IPersistEntity> |
IIfcEnergyProperties.EnergySequence
Declaration
IfcEnergySequenceEnum? IIfcEnergyProperties.EnergySequence { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcEnergySequenceEnum> |
IIfcEnergyProperties.UserDefinedEnergySequence
Declaration
IfcLabel? IIfcEnergyProperties.UserDefinedEnergySequence { get; set; }
Returns
Type | Description |
---|---|
System.Nullable<IfcLabel> |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>
System.IEquatable<T>