API Reference > OdDb Classes > OdDbLayoutManagerReactor Class > OdDbLayoutManagerReactor Methods > OdDbLayoutManagerReactor::layoutCreated Method
OdDbLayoutManagerReactor::layoutCreated Method
Syntax
C++
virtual void layoutCreated(const OdString& layoutName, const OdDbObjectId& layoutId);
Parameters 
Description 
const OdString& layoutName 
[in] Layout name.  
const OdDbObjectId& layoutId 
[in] Object ID of layout. 

Notification function called whenever a layout has been added to an OdDbDatabase. 

 

This function is called after the operation.

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