Increments the iterator to the next object in the IFCAggregate.
Namespace:Â
Autodesk.Revit.DB.IFCAssembly:Â RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual bool MoveNext()
Return Value
Boolean
True if there is another available object in this iterator.
False if the iterator has completed all available objects.
See Also
Reference