Search Results for

    Show / Hide Table of Contents

    Interface IIfcSpaceThermalLoadProperties

    Readonly interface for IfcSpaceThermalLoadProperties

    Inherited Members
    IIfcPropertySetDefinition.PropertyDefinitionOf
    IIfcPropertySetDefinition.DefinesType
    IIfcPropertyDefinition.HasAssociations
    IIfcRoot.GlobalId
    IIfcRoot.OwnerHistory
    IIfcRoot.Name
    IIfcRoot.Description
    IPersistEntity.EntityLabel
    IPersistEntity.Model
    IPersistEntity.Activated
    IPersistEntity.ExpressType
    IPersistEntity.ModelOf
    IPersist.Parse(Int32, IPropertyValue, Int32[])
    Namespace: Xbim.Ifc2x3.Interfaces
    Assembly: Xbim.Ifc2x3.dll
    Syntax
    public interface IIfcSpaceThermalLoadProperties : IIfcPropertySetDefinition, IIfcPropertyDefinition, IIfcRoot, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    ApplicableValueRatio

    Declaration
    IfcPositiveRatioMeasure? ApplicableValueRatio { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPositiveRatioMeasure>
    | Improve this Doc View Source

    MaximumValue

    Declaration
    IfcPowerMeasure MaximumValue { get; set; }
    Property Value
    Type Description
    IfcPowerMeasure
    | Improve this Doc View Source

    MinimumValue

    Declaration
    IfcPowerMeasure? MinimumValue { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcPowerMeasure>
    | Improve this Doc View Source

    PropertySource

    Declaration
    IfcPropertySourceEnum PropertySource { get; set; }
    Property Value
    Type Description
    IfcPropertySourceEnum
    | Improve this Doc View Source

    SourceDescription

    Declaration
    IfcText? SourceDescription { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcText>
    | Improve this Doc View Source

    ThermalLoadSource

    Declaration
    IfcThermalLoadSourceEnum ThermalLoadSource { get; set; }
    Property Value
    Type Description
    IfcThermalLoadSourceEnum
    | Improve this Doc View Source

    ThermalLoadTimeSeriesValues

    Declaration
    IIfcTimeSeries ThermalLoadTimeSeriesValues { get; set; }
    Property Value
    Type Description
    IIfcTimeSeries
    | Improve this Doc View Source

    ThermalLoadType

    Declaration
    IfcThermalLoadTypeEnum ThermalLoadType { get; set; }
    Property Value
    Type Description
    IfcThermalLoadTypeEnum
    | Improve this Doc View Source

    UserDefinedPropertySource

    Declaration
    IfcLabel? UserDefinedPropertySource { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    | Improve this Doc View Source

    UserDefinedThermalLoadSource

    Declaration
    IfcLabel? UserDefinedThermalLoadSource { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcLabel>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim