Search Results for

    Show / Hide Table of Contents

    Interface IFederatedModel

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

    Properties

    | Improve this Doc View Source

    FederatedInstanceHandles

    Declaration
    IList<XbimInstanceHandle> FederatedInstanceHandles { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<XbimInstanceHandle>
    | Improve this Doc View Source

    FederatedInstances

    Declaration
    IReadOnlyEntityCollection FederatedInstances { get; }
    Property Value
    Type Description
    IReadOnlyEntityCollection
    | Improve this Doc View Source

    ReferencedModels

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

    ReferencingModel

    Declaration
    IModel ReferencingModel { get; }
    Property Value
    Type Description
    IModel

    Methods

    | Improve this Doc View Source

    AddModelReference(IReferencedModel)

    Declaration
    void AddModelReference(IReferencedModel model)
    Parameters
    Type Name Description
    IReferencedModel model
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim