API Reference > OdDb Classes > OdDbLayerState Class > OdDbLayerState Methods > OdDbLayerState::dictionaryId Method
OdDbLayerState::dictionaryId Method
Syntax
C++
static OdDbObjectId dictionaryId(OdDbDatabase * pDb, bool createIfNotFound = false);
Parameters 
Description 
OdDbDatabase * pDb 
[in] Pointer to the database.  
bool createIfNotFound = false 
[in] Controls the creation of the dictionary if it does not exist.
 

Object ID of the LayerStates dictionary.

Returns the Object ID of the LayerStates dictionary for the specified database. 

 

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