Revit 2022 API |
ExportLayerTableIterator..::..Current Property |
ExportLayerTableIterator Class See Also |
Gets the item at the current position of the iterator.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
C# |
---|
public virtual KeyValuePair<ExportLayerKey, ExportLayerInfo> Current { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property Current As KeyValuePair(Of ExportLayerKey, ExportLayerInfo) Get |
Visual C++ |
---|
public: virtual property KeyValuePair<ExportLayerKey^, ExportLayerInfo^> Current { KeyValuePair<ExportLayerKey^, ExportLayerInfo^> get (); } |
Implements
IEnumerator<(Of <(<'T>)>)>..::..Current
Remarks
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. |