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