API Reference > OdDb Classes > OdDbProxyObject Class
OdDbProxyObject Class
OdDbProxyObjectOdDbProxyObject
Syntax
C++
class OdDbProxyObject : public OdDbObject;

DbProxyObject.h

This class is the abstract base class for Proxy objects in an OdDbDatabase instance. 

 

 
Name 
Description 
 
 
 
Name 
Description 
 
Returns true if and only if all but the subDeepClone() and subWblockClone() methods are allowed for this Proxy object. 
 
Returns true if and only if all methods are allowed for this Proxy entity. 
 
Returns the application description of the object represented by this Proxy object. 
 
Returns true if and only if the subDeepClone() and subWblockClone() methods are allowed for this Proxy object. 
 
Reads the .dwg file data of this object.
 
 
 
 
Writes the .dwg file data of this object.
 
 
Reads the DXF format data of this object from the specified filer.
 
 
Reads the DXF data of this object.
 
 
Writes the DXF data of this object.
 
 
Returns true if and only if the erase() method is allowed for this Proxy entity. 
 
Returns an array of the Object IDs referenced by this Proxy object.
 
 
Returns true if and only this Proxy entity is a R13 format Proxy object. 
 
Returns the merge style of this object. 
 
Returns the class name of the object represented by this Proxy object. 
 
Returns the DXF name of the object represented by this Proxy object. 
 
Returns the edit flags for the class contained in this Proxy object. 
 
 
 
Called as the first operation as this object is being erased or unerased.
 
 
 
Copyright © 2002–2021. Open Design Alliance. All rights reserved.