Share

AcDbLayerTableRecord

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbSymbolTableRecord
                AcDbLayerTableRecord

C++

class AcDbLayerTableRecord : public AcDbSymbolTableRecord;

File

dbsymtb.h

Description

Objects of this class represent records in the AcDbLayerTable. Each of these records contains the information (color, on or off, frozen or thawed, etc.) about a layer in the drawing database.

Links

AcDbLayerTableRecord Methods

See Also

AcDbLayerTable

Was this information helpful?