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 SourceGetGroupedObjects(IIfcGroup)
Declaration
public static IEnumerable<IIfcObjectDefinition> GetGroupedObjects(this IIfcGroup gr)
Parameters
Type | Name | Description |
---|---|---|
IIfcGroup | gr |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<IIfcObjectDefinition> |
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 |