Interface IIfcBuildingStorey
Readonly interface for IfcBuildingStorey
Assembly: Xbim.Ifc4.dll
Syntax
public interface IIfcBuildingStorey : IIfcSpatialStructureElement, IIfcSpatialElement, IIfcProduct, IIfcObject, IIfcObjectDefinition, IIfcRoot, IfcDefinitionSelect, IIfcDefinitionSelect, IfcProductSelect, IIfcProductSelect, IExpressSelectType, IPersistEntity, IPersist
Properties
|
Improve this Doc
View Source
BuildingStoreys
Declaration
IEnumerable<IIfcBuildingStorey> BuildingStoreys { get; }
Property Value
|
Improve this Doc
View Source
Elevation
Declaration
IfcLengthMeasure? Elevation { get; set; }
Property Value
|
Improve this Doc
View Source
GrossFloorArea
Declaration
IfcAreaMeasure? GrossFloorArea { get; }
Property Value
|
Improve this Doc
View Source
Spaces
Declaration
IEnumerable<IIfcSpace> Spaces { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<IIfcSpace> |
|
|
Improve this Doc
View Source
TotalHeight
Declaration
IfcLengthMeasure? TotalHeight { get; }
Property Value