IFCAggregateIterator
Description:
A class used to iterate individual objects in an IFCAggregate.
A class used to iterate individual objects in an IFCAggregate.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCAggregateIterator
System.Object
Autodesk.Revit.DB.IFC.IFCAggregateIterator
public class IFCAggregateIterator : IEnumerator<IFCData>
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| MoveNext() | bool | Increments the iterator to the next object in the IFCAggregate. |
| Reset() | None | Resets the iterator to the beginning of the aggregate. |
| Name | Return Type | Description |
|---|---|---|
| CurrentObject | Object | |
| Current | IFCData | Gets the item at the current position of the iterator. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |