Share

LayerTableRecord Class

Description

This .NET class wraps the AcDbLayerTableRecord ObjectARX class.

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

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.SymbolTableRecord
        Autodesk.AutoCAD.DatabaseServices.LayerTableRecord

C#

public class LayerTableRecord : SymbolTableRecord;

Visual Basic

Public Class LayerTableRecord
Inherits SymbolTableRecord

Links

LayerTableRecord Methods, LayerTableRecord Properties

Was this information helpful?