API Reference > OdDb Classes > OdDbLayoutManagerReactor Class > OdDbLayoutManagerReactor Methods > OdDbLayoutManagerReactor::layoutToBeRemoved Method
OdDbLayoutManagerReactor::layoutToBeRemoved Method
Syntax
C++
virtual void layoutToBeRemoved(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 is about to be removed from an OdDbDatabase. 

 

This function is called before the operation.

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