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