Search Results for

    Show / Hide Table of Contents

    Class ModelProviderExtensions

    Inheritance
    System.Object
    ModelProviderExtensions
    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.IO.Esent.dll
    Syntax
    public static class ModelProviderExtensions

    Methods

    | Improve this Doc View Source

    UseEsentModelProvider(IModelProviderFactory)

    Configures the IModelProviderFactory to use the EsentModelProvider

    Declaration
    public static IModelProviderFactory UseEsentModelProvider(this IModelProviderFactory providerFactory)
    Parameters
    Type Name Description
    IModelProviderFactory providerFactory

    The IModelProviderFactory to configure

    Returns
    Type Description
    IModelProviderFactory

    The IModelProviderFactory

    | Improve this Doc View Source

    UseHeuristicModelProvider(IModelProviderFactory)

    Configures the IModelProviderFactory to use the HeuristicModelProvider

    Declaration
    public static IModelProviderFactory UseHeuristicModelProvider(this IModelProviderFactory providerFactory)
    Parameters
    Type Name Description
    IModelProviderFactory providerFactory

    The IModelProviderFactory to configure

    Returns
    Type Description
    IModelProviderFactory

    The IModelProviderFactory

    Remarks

    This provider gives the best performance and functionality tradeoff by using both the EsentModel and MemoryModel

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