Search Results for

    Show / Hide Table of Contents

    Class XbimReferencedModel

    A model that is referenced by another XbimModel

    Inheritance
    System.Object
    XbimReferencedModel
    Implements
    IReferencedModel
    System.IDisposable
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Xbim.Ifc
    Assembly: Xbim.Ifc.dll
    Syntax
    public class XbimReferencedModel : IReferencedModel, IDisposable

    Constructors

    | Improve this Doc View Source

    XbimReferencedModel(IIfcDocumentInformation)

    Declaration
    public XbimReferencedModel(IIfcDocumentInformation documentInformation)
    Parameters
    Type Name Description
    IIfcDocumentInformation documentInformation

    Fields

    | Improve this Doc View Source

    DocumentInformation

    Declaration
    public IIfcDocumentInformation DocumentInformation
    Field Value
    Type Description
    IIfcDocumentInformation

    Properties

    | Improve this Doc View Source

    DocumentInfoTransaction

    Declaration
    public ITransaction DocumentInfoTransaction { get; }
    Property Value
    Type Description
    ITransaction
    | Improve this Doc View Source

    Identifier

    Returns the identifier for this reference within the scope of the referencing model

    Declaration
    public string Identifier { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Model

    Declaration
    public IModel Model { get; }
    Property Value
    Type Description
    IModel
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OwningOrganisation

    Declaration
    public string OwningOrganisation { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Role

    Declaration
    public string Role { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    public void Close()
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Implements

    IReferencedModel
    System.IDisposable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim