Search Results for

    Show / Hide Table of Contents

    Class IIfcGroupExtensions

    Inheritance
    System.Object
    IIfcGroupExtensions
    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.Ifc
    Assembly: Xbim.Ifc.dll
    Syntax
    public static class IIfcGroupExtensions

    Methods

    | Improve this Doc View Source

    GetGroupedObjects(IIfcGroup)

    Declaration
    public static IEnumerable<IIfcObjectDefinition> GetGroupedObjects(this IIfcGroup gr)
    Parameters
    Type Name Description
    IIfcGroup gr
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<IIfcObjectDefinition>
    | Improve this Doc View Source

    GetGroupedObjects<T>(IIfcGroup)

    Declaration
    public static IEnumerable<T> GetGroupedObjects<T>(this IIfcGroup gr)
        where T : IIfcObjectDefinition
    Parameters
    Type Name Description
    IIfcGroup gr
    Returns
    Type Description
    System.Collections.Generic.IEnumerable<T>
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2022 xbim