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