Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLayerStateManager::layerStatesDictionaryId Method
Syntax
C++
OdDbObjectId layerStatesDictionaryId(bool bCreateIfNotPresent = false);

Gets the layer state dictionary ID if present in the current database. The layer state dictionary can be created if it's not present and the bCreateIfNotPresent parameter is set to true. 

 

Parameters
Description
bCreateIfNotPresent
[in] Create a layer state dictionary if it's not present in the current database.

The layer state dictionary ID if it's present in the current database or the bCreateIfNotPresent parameter is set tu true; kNull otherwise.

Copyright © 2002-2022. Open Design Alliance All rights reserved.