2023 Class
Changes 0
C

IFCAggregateIterator

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