API Reference > OdDb Classes > OdDbBlockIterator Class > OdDbBlockIterator Methods > OdDbBlockIterator::newFilteredIterator Method
OdDbBlockIterator::newFilteredIterator Method
Syntax
C++
static OdDbBlockIteratorPtr newFilteredIterator(const OdDbBlockTableRecord* pBtr, const OdDbFilter* pFilter);
Parameters 
Description 
const OdDbBlockTableRecord* pBtr 
[in] Pointer the Block Table Record to traverse.  
const OdDbFilter* pFilter 
[in] Pointer to the filter. 

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

 

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