|
CFx SDK Documentation 2026 SP0
|
#include <DbObjectContextPE.h>
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
| static void | rxInit () |
| static void | rxUninit () |
<group OdDb_Classes>
Definition at line 126 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.
Reimplemented in OdDbObjectContextAttributePE.
|
virtual |
Implements OdDbObjectContextPE.
| OdDbObjectContextTextPE::ODRX_DECLARE_MEMBERS | ( | OdDbObjectContextTextPE | ) |
|
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.
Reimplemented in OdDbObjectContextAttributePE.