C++
Adesk::Boolean acedRemoveObjectContextMenu( AcRxClass * pClass, AcEdUIContext * pContext );
File
aced.h
Description
This function removes an edit mode shortcut menu for a given class.
Returns Adesk::kTrue if successful; otherwise, returns Adesk::kFalse.
Parameters
| Parameters | Description |
|---|---|
| pClass | Type of entity with which the shortcut menu will be associated |
| pContext | Pointer to AcEdUIContext callback class |