API Reference > OdDb Classes > OdDbBlockIterator Class > OdDbBlockIterator Methods > OdDbBlockIterator::newCompositeIterator Method
OdDbBlockIterator::newCompositeIterator Method
Syntax
C++
static OdDbBlockIteratorPtr newCompositeIterator(const OdDbBlockTableRecord* pBtr, const OdArray<OdSmartPtr<OdDbFilter> >& filters);
Parameters 
Description 
const OdDbBlockTableRecord* pBtr 
[in] Pointer the Block Table Record to traverse.  
const OdArray<OdSmartPtr<OdDbFilter> >& filters 
[in] Array of pointers to filter objects. 

Returns an Iterator object that can be used to traverse queries defined by an array of OdDbFilter objects applied to the specified Block Table Record. 

 

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