Interface IIfcSpaceThermalLoadProperties
Readonly interface for IfcSpaceThermalLoadProperties
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
|
Improve this Doc
View Source
MaximumValue
Declaration
IfcPowerMeasure MaximumValue { get; set; }
Property Value
|
Improve this Doc
View Source
MinimumValue
Declaration
IfcPowerMeasure? MinimumValue { get; set; }
Property Value
|
Improve this Doc
View Source
PropertySource
Declaration
IfcPropertySourceEnum PropertySource { get; set; }
Property Value
|
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
|
Improve this Doc
View Source
ThermalLoadTimeSeriesValues
Declaration
IIfcTimeSeries ThermalLoadTimeSeriesValues { get; set; }
Property Value
|
Improve this Doc
View Source
ThermalLoadType
Declaration
IfcThermalLoadTypeEnum ThermalLoadType { get; set; }
Property Value
|
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> |
|