Search Results for

    Show / Hide Table of Contents

    Interface IReferencedModel

    Namespace: Xbim.Common.Federation
    Assembly: Xbim.Common.dll
    Syntax
    public interface IReferencedModel

    Properties

    | Improve this Doc View Source

    Identifier

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

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

    Model

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

    Name

    Mostly URI of the federated model so that when this is serialized it can be used to reopen the federation

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

    OwningOrganisation

    The name of the organisation that created and owns this model

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

    Role

    The role of the organisation that created this model, i.e. Architect, Engineer etc

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

    Methods

    | Improve this Doc View Source

    Close()

    Declaration
    void Close()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim