API Reference > OdDb Classes > OdDbPageController Class > OdDbPageController Methods > OdDbPageController::setDatabase Method
OdDbPageController::setDatabase Method
Syntax
C++
virtual void setDatabase(OdDbDatabase* pDb) = 0;
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database. 

Sets the OdDbDatabase instance served by this controller. 

 

The method is called by the Drawings during initialization of database paging.

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