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