Class MemoryModelProvider
A simple model provider implementation using the in-memory MemoryModel
Inheritance
System.Object
MemoryModelProvider
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()
Assembly: Xbim.IO.MemoryModel.dll
Syntax
public class MemoryModelProvider : BaseModelProvider, IModelProvider
Properties
|
Improve this Doc
View Source
Capabilities
Declaration
public override StoreCapabilities Capabilities { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
Close(IModel)
Declaration
public override void Close(IModel model)
Parameters
Type |
Name |
Description |
IModel |
model |
|
Overrides
|
Improve this Doc
View Source
Create(XbimSchemaVersion, String)
Declaration
public override IModel Create(XbimSchemaVersion ifcVersion, string dbPath)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
Create(XbimSchemaVersion, XbimStoreType)
Declaration
public override IModel Create(XbimSchemaVersion ifcVersion, XbimStoreType storageType)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
GetLocation(IModel)
Declaration
public override string GetLocation(IModel model)
Parameters
Type |
Name |
Description |
IModel |
model |
|
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
GetXbimSchemaVersion(String)
Declaration
public override XbimSchemaVersion GetXbimSchemaVersion(string modelPath)
Parameters
Type |
Name |
Description |
System.String |
modelPath |
|
Returns
Overrides
|
Improve this Doc
View Source
Open(Stream, StorageType, XbimSchemaVersion, XbimModelType, XbimDBAccess, ReportProgressDelegate, Int32)
Declaration
public override IModel Open(Stream stream, StorageType dataType, XbimSchemaVersion schema, XbimModelType modelType, XbimDBAccess accessMode = XbimDBAccess.Read, ReportProgressDelegate progDelegate = null, int codePageOverride = -1)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
Open(String, XbimSchemaVersion, Nullable<Double>, ReportProgressDelegate, XbimDBAccess, Int32)
Declaration
public override IModel Open(string path, XbimSchemaVersion schemaVersion, double? ifcDatabaseSizeThreshHold = null, ReportProgressDelegate progDelegate = null, XbimDBAccess accessMode = XbimDBAccess.Read, int codePageOverride = -1)
Parameters
Returns
Overrides
|
Improve this Doc
View Source
Persist(IModel, String, ReportProgressDelegate)
Declaration
public override void Persist(IModel model, string fileName, ReportProgressDelegate progDelegate = null)
Parameters
Overrides
Implements