Search Results for

    Show / Hide Table of Contents

    Class XbimShapeInstanceStyleGrouping

    Inheritance
    System.Object
    XbimShapeInstanceStyleGrouping
    Implements
    System.Linq.IGrouping<System.Int32, XbimShapeInstance>
    System.Collections.Generic.IEnumerable<XbimShapeInstance>
    System.Collections.IEnumerable
    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.Geometry
    Assembly: Xbim.Common.dll
    Syntax
    public class XbimShapeInstanceStyleGrouping : IGrouping<int, XbimShapeInstance>, IEnumerable<XbimShapeInstance>, IEnumerable

    Constructors

    | Improve this Doc View Source

    XbimShapeInstanceStyleGrouping(Int32, IEnumerable<XbimShapeInstance>)

    Declaration
    public XbimShapeInstanceStyleGrouping(int key, IEnumerable<XbimShapeInstance> shapeInstances)
    Parameters
    Type Name Description
    System.Int32 key
    System.Collections.Generic.IEnumerable<XbimShapeInstance> shapeInstances

    Methods

    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public IEnumerator<XbimShapeInstance> GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator<XbimShapeInstance>

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    System.Collections.IEnumerator
    | Improve this Doc View Source

    IGrouping<Int32, XbimShapeInstance>.Key

    This is the label of the surface style

    Declaration
    int IGrouping<int, XbimShapeInstance>.Key { get; }
    Returns
    Type Description
    System.Int32

    Implements

    System.Linq.IGrouping<TKey, TElement>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    IEnumerableExtensions.AsTriplet<T>(IEnumerable<T>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim