API Reference > OdDb Classes > OdDbXrecord Class > OdDbXrecord Methods > OdDbXrecord::newIterator Method
OdDbXrecord::newIterator Method
Syntax
C++
OdDbXrecordIteratorPtr newIterator(OdDbDatabase* pDb = 0) const;
Parameters 
Description 
OdDbDatabase* pDb = 0 
[in] Pointer to the OdDbDatabase used for Object ID resolution when this XRecord object is not database resident. 

Returns an Iterator object that can be used to traverse this XRecord object.

This method can be faster than using rbChain() 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.