API Reference > OdDbRoot Classes > OdDbBaseBlockRefPE Class > OdDbBaseBlockRefPE Methods > OdDbBaseBlockRefPE::newAttribIterator Method
OdDbBaseBlockRefPE::newAttribIterator Method
Syntax
C++
virtual OdRxIteratorPtr newAttribIterator(const OdRxObject * pBlockRef, bool bSkipErased = true) const = 0;
Parameters 
Description 
const OdRxObject * pBlockRef 
[in] A pointer to a block reference.  
bool bSkipErased = true 
[in] A flag that determines whether erased elements should be skipped when moving through the iterator. If the parameter value is equal to true, erased elements are skipped. 

Returns the newly created attribute iterator for a specified block reference. 

 

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