API Reference > OdDb Classes > OdDbLayerStateManager Class > OdDbLayerStateManager Methods > OdDbLayerStateManager::compareLayerStateToDb Method
OdDbLayerStateManager::compareLayerStateToDb Method
Syntax
C++
bool compareLayerStateToDb(const OdString& sName, const OdDbObjectId& idVp);
Parameters 
Description 
const OdString& sName 
[in] Layer state name.  
const OdDbObjectId& idVp 
[in] Viewport ID.
 

True if layer states are equal; false otherwise.

Compares a specified layer state to the layer state, associated with a specified viewport. 

 

This method is not implemented yet. Returns false in any case.

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