Autodesk.AutoCAD.DatabaseServices Namespace > LinkedTableData Class
LinkedTableData Class
Description

 

This .NET class wraps the AcDbLinkedTableData ObjectARX class. 

This class is used to store and manage data in a tabular structure. Though this class is similar to a database table it differs in one respect: all the cells in a column need not be of the same data type. In addition, the cells in this table can contain multiple contents, and the contents can be a value of any supported data type, field, or block. This table stores and manages only data without any format information.

Class Hierarchy
Visual Basic
Public Class LinkedTableData
Inherits LinkedData
C#
public class LinkedTableData : LinkedData;
Links
   Comments?