API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > OdDbDatabase::renameLayout Method
OdDbDatabase::renameLayout Method
Syntax
C++
virtual void renameLayout(const OdString& oldName, const OdString& newName);
Parameters 
Description 
const OdString& oldName 
[in] Old name.  
const OdString& newName 
[in] New name. 

Renames the specified layout in this database object.

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