API Reference > OdDb Classes > OdDbLayerStateManagerReactor Class > OdDbLayerStateManagerReactor Methods > OdDbLayerStateManagerReactor::abortLayerStateDelete Method
OdDbLayerStateManagerReactor::abortLayerStateDelete Method
Syntax
C++
virtual void abortLayerStateDelete(const OdString& layerStateName, const OdDbObjectId& layerStateId);
Parameters 
Description 
const OdString& layerStateName 
[in] Name of the layer state.  
const OdDbObjectId& layerStateId 
[in] ID of the corresponding OdDbLayerState object. 

This function is triggered every time when a layer state deletion is aborted. 

 

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