API Reference > OdDb Classes > OdDbPropertiesOverrule Class
OdDbPropertiesOverrule Class
OdDbPropertiesOverrule
Syntax
C++
class OdDbPropertiesOverrule : public OdRxOverrule;

DbObjectOverrule.h

This class overrules a subset of property linked operations which an object or entity specifies. It is used as a base class for classes derived from OdDbObject or OdDbEntity to change their behavior. Each default implementation calls the corresponding method of the target class. 

Corresponding C++ library: TD_Db

 
Name 
Description 
 
Constructor creates an instance of this class. 
 
Name 
Description 
 
Overrules the OdDbObject::subGetClassID() method and calls it in the default implementation. This method returns eOk if successful.
 
 
list 
Overrules the OdDbEntity::subList() method and calls it in the default implementation. This method returns eOk if successful.
 
 
This is ODRX_DECLARE_MEMBERS, a member of class OdDbPropertiesOverrule. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.