Search Results for

    Show / Hide Table of Contents

    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 Source

    IsEmpty

    Declaration
    bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    BeginInit()

    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

    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim