Class XbimShapeInstanceStyleGrouping
Inheritance
System.Object
XbimShapeInstanceStyleGrouping
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 SourceXbimShapeInstanceStyleGrouping(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 SourceGetEnumerator()
Declaration
public IEnumerator<XbimShapeInstance> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<XbimShapeInstance> |
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
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