API Reference > OdDb Classes > OdDbXrecordIterator Class
OdDbXrecordIterator Class
OdDbXrecordIterator
Syntax
C++
class OdDbXrecordIterator : public OdRxObject;

DbXrecord.h

This class implements Iterators for the data lists in OdDbXrecord instances. 

 

 
Name 
Description 
 
Returns the restype field of the current ResBuf structure in the XRecord data list. 
 
done 
Returns true if and only if the traversal is complete. 
 
Returns a copy of the current ResBuf structure in the XRecord data list.  
 
next 
Sets this Iterator object to reference the next ResBuf structure in the XRecord data list. 
 
 
 
Sets this Iterator object to reference the first ResBuf structure in the XRecord data list. 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.