Search Results for

    Show / Hide Table of Contents

    Class InMemoryGeometryStore

    Inheritance
    System.Object
    InMemoryGeometryStore
    Implements
    IGeometryStore
    System.IDisposable
    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.Common.Model
    Assembly: Xbim.Common.dll
    Syntax
    public class InMemoryGeometryStore : IGeometryStore, IDisposable

    Properties

    | Improve this Doc View Source

    ContextIds

    Declaration
    public IEnumerable<int> ContextIds { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<System.Int32>
    | Improve this Doc View Source

    ContextRegions

    Declaration
    public XbimContextRegionCollection ContextRegions { get; }
    Property Value
    Type Description
    XbimContextRegionCollection
    | Improve this Doc View Source

    EntityInstanceLookup

    Declaration
    public IDictionary<int, List<XbimShapeInstance>> EntityInstanceLookup { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Int32, System.Collections.Generic.List<XbimShapeInstance>>
    | Improve this Doc View Source

    EntityStyleLookup

    Declaration
    public IDictionary<int, List<XbimShapeInstance>> EntityStyleLookup { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Int32, System.Collections.Generic.List<XbimShapeInstance>>
    | Improve this Doc View Source

    EntityTypeLookup

    Declaration
    public IDictionary<int, List<XbimShapeInstance>> EntityTypeLookup { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Int32, System.Collections.Generic.List<XbimShapeInstance>>
    | Improve this Doc View Source

    GeometryShapeLookup

    Declaration
    public IDictionary<int, List<XbimShapeInstance>> GeometryShapeLookup { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Int32, System.Collections.Generic.List<XbimShapeInstance>>
    | Improve this Doc View Source

    IsEmpty

    Declaration
    public bool IsEmpty { get; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    ShapeGeometries

    Declaration
    public IDictionary<int, XbimShapeGeometry> ShapeGeometries { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Int32, XbimShapeGeometry>
    | Improve this Doc View Source

    ShapeInstances

    Declaration
    public IDictionary<int, XbimShapeInstance> ShapeInstances { get; }
    Property Value
    Type Description
    System.Collections.Generic.IDictionary<System.Int32, XbimShapeInstance>
    | Improve this Doc View Source

    Styles

    Declaration
    public ISet<int> Styles { get; }
    Property Value
    Type Description
    System.Collections.Generic.ISet<System.Int32>

    Methods

    | Improve this Doc View Source

    BeginInit()

    Declaration
    public IGeometryStoreInitialiser BeginInit()
    Returns
    Type Description
    IGeometryStoreInitialiser
    | Improve this Doc View Source

    BeginRead()

    Declaration
    public IGeometryStoreReader BeginRead()
    Returns
    Type Description
    IGeometryStoreReader
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()

    Implements

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