Gets the item at the current position of the iterator.
Namespace:Â
Autodesk.Revit.DB.IFCAssembly:Â RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual IFCData Current { get; }Property Value
IFCDataImplements
IEnumerator<T>.Current
Exceptions
Remarks
There is no current item if the iterator has not started yet or has been done.
See Also
Reference