API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > OdDbDatabase::findLayoutNamed Method
OdDbDatabase::findLayoutNamed Method
Syntax
C++
virtual OdDbObjectId findLayoutNamed(const OdString& layoutName) const;
Parameters 
Description 
const OdString& layoutName 
[in] Layout name. 

Returns the object ID of the specified layout in this database object. 

 

Returns a null object ID if the specified layout is not found.

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