Gets the item at the current position of the iterator. 
   Namespace:   Autodesk.Revit.DB.Macros  
  Assembly:   RevitAPIMacros  (in RevitAPIMacros.dll) Version: 2015.0.0.0 (2015.0.0.0) 
Syntax
| C# | 
|---|
   |  
| Visual Basic | 
|---|
   |  
| Visual C++ | 
|---|
   |  
Implements
IEnumerator T CurrentRemarks
 There is no current item if the iterator has not started yet or has been done. 
 Exceptions
| Exception | Condition | 
|---|---|
| Autodesk.Revit.Exceptions InvalidOperationException | There is no current item in the iterator. |