Share

ProxyEntity Class

Description

This .NET class wraps the AcDbProxyEntity ObjectARX class.

This abstract class provides an interface to the description data for the entities stored within ProxyEntities in drawings. It also provides access to an explode method that results in a set of entities that are copies of the graphics metafile data stored in the proxy.

Class Hierarchy

Autodesk.AutoCAD.DatabaseServices.DBObject
    Autodesk.AutoCAD.DatabaseServices.Entity
        Autodesk.AutoCAD.DatabaseServices.ProxyEntity

Visual Basic

Public sealed Class ProxyEntity
Inherits Entity

C#

public sealed class ProxyEntity : Entity;

Links

ProxyEntity Methods, ProxyEntity Properties

See Also

ProxyObject

Was this information helpful?