LayerTableRecord Class

Visual Basic
Public Class LayerTableRecord
Inherits SymbolTableRecord
C#
public class LayerTableRecord : SymbolTableRecord;
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.

Links