API Reference > OdDb Classes > OdDbLinetypeTable Class > OdDbLinetypeTable Methods > OdDbLinetypeTable::newIterator Method
OdDbLinetypeTable::newIterator Method
Syntax
C++
OdDbSymbolTableIteratorPtr newIterator(bool atBeginning = true, bool skipDeleted = true) const;

Creates an instance of the linetype iterator object which is the bidirectional iterator for traversing through linetype record objects in the container of the linetype table object. This method is inherited from the OdDbSymbolTable class which is base class for all predefined tables. For more details, see: OdDbSymbolTable::newIterator() method.

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