Interface IIfcEnergyProperties
Readonly interface for IfcEnergyProperties
Assembly: Xbim.Ifc2x3.dll
Syntax
public interface IIfcEnergyProperties : IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
EnergySequence
Declaration
IfcEnergySequenceEnum? EnergySequence { get; set; }
Property Value
|
Improve this Doc
View Source
UserDefinedEnergySequence
Declaration
IfcLabel? UserDefinedEnergySequence { get; set; }
Property Value
Type |
Description |
System.Nullable<IfcLabel> |
|