ProxyObject Class

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.ProxyObject
Visual Basic
Public Class ProxyObject
Inherits DBObject
C#
public class ProxyObject : DBObject;
Description

 

This .NET class wraps the AcDbProxyObject ObjectARX class. 

This abstract class provides an interface to the description data for the objects stored within ProxyObjects in drawings.

Links
See Also

ProxyEntity