| CFx SDK Documentation
    2020SP3
    | 
#include <DbObjectContextPE.h>
 
  
| Additional Inherited Members | |
|  Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) | 
| static OdRxClass * | desc () | 
Definition at line 116 of file DbObjectContextPE.h.
| 
 | virtual | 
Adds a context to the specified object.
\param pObject [in] Pointer to the object. \param context [in] Name of the context to add. \returns Returns eOk if successful, or an appropriate error code if not.
Reimplemented from OdDbObjectContextPE.
| OdDbObjectContextAttributePE::ODRX_DECLARE_MEMBERS | ( | OdDbObjectContextAttributePE | ) | 
| 
 | virtual | 
Removes a context from the specified object.
\param pObject [in] Pointer to the object. \param context [in] Name of the context to remove. \returns Returns eOk if successful, or an appropriate error code if not.
Reimplemented from OdDbObjectContextPE.