Search Results for

    Show / Hide Table of Contents

    Interface IIfcObjectDefinition

    Readonly interface for IfcObjectDefinition

    Inherited Members
    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 IIfcObjectDefinition : IIfcRoot, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Decomposes

    Declaration
    IEnumerable<IIfcRelDecomposes> Decomposes { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDecomposes>
    | Improve this Doc View Source

    HasAssignments

    Declaration
    IEnumerable<IIfcRelAssigns> HasAssignments { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssigns>
    | Improve this Doc View Source

    HasAssociations

    Declaration
    IEnumerable<IIfcRelAssociates> HasAssociations { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelAssociates>
    | Improve this Doc View Source

    IsDecomposedBy

    Declaration
    IEnumerable<IIfcRelDecomposes> IsDecomposedBy { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IIfcRelDecomposes>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim