API Reference > OdDg Classes > OdDgModel Class > OdDgModel Methods > OdDgModel::createGraphicsElementsIterator Method
OdDgModel::createGraphicsElementsIterator Method
Syntax
C++
OdDgElementIteratorPtr createGraphicsElementsIterator(bool atBeginning = true, bool skipDeleted = true) const;
Parameters 
Description 
bool atBeginning = true 
[in] True to start at the beginning, false to start at the end.  
bool skipDeleted = true 
[in] If and only if true, deleted elements are skipped. 

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

 

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