Interface IModelProviderFactory
Factory to create an appropriate
Namespace: Xbim.IO
Assembly: Xbim.Common.dll
Syntax
public interface IModelProviderFactory
Methods
| Improve this Doc View SourceCreateProvider()
Declaration
IModelProvider CreateProvider()
Returns
| Type | Description |
|---|---|
| IModelProvider |
Use(Func<IModelProvider>)
Declaration
void Use(Func<IModelProvider> providerFn)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Func<IModelProvider> | providerFn |