Search Results for

    Show / Hide Table of Contents

    Interface IIfcLibraryInformation

    Readonly interface for IfcLibraryInformation

    Inherited Members
    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 IIfcLibraryInformation : IIfcExternalInformation, IfcResourceObjectSelect, IIfcResourceObjectSelect, IfcLibrarySelect, IIfcLibrarySelect, IExpressSelectType, IPersistEntity, IPersist

    Properties

    | Improve this Doc View Source

    Description

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

    HasLibraryReferences

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

    LibraryInfoForObjects

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

    Location

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

    Name

    Declaration
    IfcLabel Name { get; set; }
    Property Value
    Type Description
    IfcLabel
    | Improve this Doc View Source

    Publisher

    Declaration
    IIfcActorSelect Publisher { get; set; }
    Property Value
    Type Description
    IIfcActorSelect
    | Improve this Doc View Source

    Version

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

    VersionDate

    Declaration
    IfcDateTime? VersionDate { get; set; }
    Property Value
    Type Description
    System.Nullable<IfcDateTime>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim