Share

ProxyObject Class

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.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.ProxyObject

C#

public class ProxyObject : DBObject;

Visual Basic

Public Class ProxyObject
Inherits DBObject

Links

ProxyObject Methods, ProxyObject Properties

See Also

ProxyEntity

Was this information helpful?