C++
AcDbObjectId layerStatesDictionaryId( bool bCreateIfNotPresent = false );
Description
Returns AcDbObjectId of the layer states extension dictionary (within the layer table extension dictionary) or AcDbObjectId(NULL) if the database is Null, or if the symbol table is Null, or if the layer table extension dictionary or the layer states extension dictionary is Null (and bCreateIfNotPresent is false), or if the layer table extension dictionary or layer states extension dictionary cannot be created (and bCreateIfNotPresent is true), or if the layer table extension dictionary cannot be opened for read.
Parameters
Parameters | Description |
---|---|
bCreateIfNotPresent | Input flag controlling dictionary creation |