Gets the item at the current position of the iterator.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public virtual KeyValuePair<ExportLineweightKey, ExportLineweightInfo> Current { get; }Property Value
KeyValuePair<ExportLineweightKey,
ExportLineweightInfo>Implements
IEnumerator<T>.Current
Exceptions
Remarks
There is no current item if the iterator has not started yet or has been done.
See Also
Reference