Share

RegAppTableRecord Class

Description

This .NET class wraps the AcDbRegAppTableRecord ObjectARX class.

Objects of this class represent records in the RegAppTable (known as the APPID symbol table in AutoCAD and DXF). Each of these records represents an application ID used to identify a group of Extended Entity Data attached to objects in the drawing database.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.SymbolTableRecord
        Autodesk.AutoCAD.DatabaseServices.RegAppTableRecord

Visual Basic

Public Class RegAppTableRecord
Inherits SymbolTableRecord

C#

public class RegAppTableRecord : SymbolTableRecord;

Was this information helpful?