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 
Steps to the next item.  
 
 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.