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