Description
This .NET class wraps the AcDbDataLink ObjectARX class.
It manages the connection information for establishing a data link between a table in a drawing to an external data source.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.DBObject Autodesk.AutoCAD.DatabaseServices.DataLink
Visual Basic
Public sealed Class DataLink Inherits DBObject
C#
public sealed class DataLink : DBObject;