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

Notification function called whenever the active layout has changed. 

 

This function is called after the operation.

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