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.

TD_Db 

 

 
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. 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbXrecordIterator. 
 
Sets this Iterator object to reference the first ResBuf structure in the XRecord data list. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.