Share

AcDbProxyEntity

Class Hierarchy

AcRxObject
    AcGiDrawable
        AcDbObject
            AcDbEntity
                AcDbProxyEntity

C++

class AcDbProxyEntity : public AcDbEntity;

File

dbproxy.h

Description

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.

Links

AcDbProxyEntity Enumerations, AcDbProxyEntity Methods

See Also

AcDbProxyObject

Was this information helpful?