Share

AcDbLayerStateManager

Class Hierarchy

AcRxObject
    AcDbLayerStateManager

C++

class AcDbLayerStateManager : public AcRxObject;

File

dblstate.h

Description

The AcDbLayerStateManager class is used to access and manipulate individual layer states associated with a drawing database. The layer state manager is not implemented as a collection class. Instead it is intended for high-level access to layer state manager functions. For enumerating, listing, and other lower-level functions, developers should use the existing APIs to access the layer state dictionary within the layer table's extension dictionary. The specific name of the layer state dictionary is ACAD_LAYERSTATES.

Links

AcDbLayerStateManager Constructor, AcDbLayerStateManager Enumerations, AcDbLayerStateManager Methods

Was this information helpful?