Interface IGeometryStore
Inherited Members
System.IDisposable.Dispose()
Namespace: Xbim.Common.Geometry
Assembly: Xbim.Common.dll
Syntax
public interface IGeometryStore : IDisposable
Properties
| Improve this Doc View SourceIsEmpty
Declaration
bool IsEmpty { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceBeginInit()
Clears the store of any existing geometries and prepares for an update
Declaration
IGeometryStoreInitialiser BeginInit()
Returns
Type | Description |
---|---|
IGeometryStoreInitialiser | A Transaction for bulk addition of geometries, prevents update by other processes, if null an Initialisation is in process already or the owning model is not available for write operations |
BeginRead()
Returns a reader for accessing geometry in the store, nb this is a disposable and should be used in using{} context
Declaration
IGeometryStoreReader BeginRead()
Returns
Type | Description |
---|---|
IGeometryStoreReader |