Gets the item at the current position of the iterator.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
C#
public virtual IFCData Current { get; }
Property Value
IFCDataImplements
IEnumerator<T>.CurrentExceptions
Exception | Condition |
---|---|
InvalidOperationException | There is no current item in the iterator. |