API Reference > OdDb Classes > OdDbLayoutManagerReactor Class > OdDbLayoutManagerReactor Methods > OdDbLayoutManagerReactor::abortLayoutRename Method
OdDbLayoutManagerReactor::abortLayoutRename Method
Syntax
C++
virtual void abortLayoutRename(const OdString& oldLayoutName, const OdString& newLayoutName, const OdDbObjectId& layoutId);
Parameters 
Description 
const OdString& oldLayoutName 
[in] Old layout name.  
const OdString& newLayoutName 
[in] New layout name.  
const OdDbObjectId& layoutId 
[in] Object ID of the layout. 

Notification function called whenever the renaming of a layout has been terminated. 

 

This function is called after the operation.

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