Search Results for

    Show / Hide Table of Contents

    Interface IIfcBuilding

    Readonly interface for IfcBuilding

    Inherited Members
    IIfcSpatialStructureElement.CompositionType
    IIfcSpatialElement.LongName
    IIfcSpatialElement.ContainsElements
    IIfcSpatialElement.ServicedBySystems
    IIfcSpatialElement.ReferencesElements
    IIfcProduct.ObjectPlacement
    IIfcProduct.Representation
    IIfcProduct.ReferencedBy
    IIfcProduct.IsContainedIn
    IIfcObject.ObjectType
    IIfcObject.IsDeclaredBy
    IIfcObject.Declares
    IIfcObject.IsTypedBy
    IIfcObject.IsDefinedBy
    IIfcObjectDefinition.HasAssignments
    IIfcObjectDefinition.Nests
    IIfcObjectDefinition.IsNestedBy
    IIfcObjectDefinition.HasContext
    IIfcObjectDefinition.IsDecomposedBy
    IIfcObjectDefinition.Decomposes
    IIfcObjectDefinition.HasAssociations
    IIfcObjectDefinition.Item[String]
    IIfcObjectDefinition.Material
    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.Ifc4.Interfaces
    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
    Type Description
    IIfcPostalAddress
    | 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
    Type Description
    System.Collections.Generic.IEnumerable<IIfcBuildingStorey>
    | Improve this Doc View Source

    ElevationOfRefHeight

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

    ElevationOfTerrain

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

    Site

    Declaration
    IIfcSite Site { get; }
    Property Value
    Type Description
    IIfcSite
    | 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
    In This Article
    Back to top Copyright © 2022 xbim