| Revit 2020 API |
| GroupSet..::..ReverseIterator Method |
| GroupSet Class See Also |
Retrieve a backward moving iterator to the set.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Syntax
| C# |
|---|
public virtual GroupSetIterator ReverseIterator() |
| Visual Basic |
|---|
Public Overridable Function ReverseIterator As GroupSetIterator |
| Visual C++ |
|---|
public: virtual GroupSetIterator^ ReverseIterator() |