API Reference > OdRx Classes > OdRxValueIterator Structure
OdRxValueIterator Structure
Syntax
C++
struct OdRxValueIterator : public OdRxObject { };

RxProperty.h

Generic iterator interface for the collection properties.

 
Name 
Description 
 
Returns the current item. 
 
done 
Returns true if the iteration is ended. 
 
next 
Step to the next item. Returns true if there actually was a next item. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdRxValueIterator. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.