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