API Reference > OdDbRoot Classes > OdDbBaseDatabasePE Class > OdDbBaseDatabasePE Methods > OdDbBaseDatabasePE::layers Method
OdDbBaseDatabasePE::layers Method
Syntax
C++
virtual OdRxIteratorPtr layers(OdDbBaseDatabase* db) const = 0;
Parameters 
Description 
OdDbBaseDatabase* db 
[in] A pointer to a drawing database, from which the method retrieves information about layers. 

Returns a smart pointer to the iterator of the specified database's layers. 

 

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