Revit 2023 API |
ElementArray..::..ReverseIterator Method |
ElementArray Class See Also |
Retrieve a backward moving iterator to the array.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public virtual ElementArrayIterator ReverseIterator() |
Visual Basic |
---|
Public Overridable Function ReverseIterator As ElementArrayIterator |
Visual C++ |
---|
public: virtual ElementArrayIterator^ ReverseIterator() |