Autodesk.AutoCAD.DatabaseServices Namespace > LayerTableRecord Class
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
Visual Basic
Public Class LayerTableRecord
Inherits SymbolTableRecord
C#
public class LayerTableRecord : SymbolTableRecord;
Links
   Comments?