API Reference > OdEd Classes > OdEdCommandStack Class > OdEdCommandStack Methods > removeCmd Method > OdEdCommandStack::removeCmd Method (OdString&, OdString&)
OdEdCommandStack::removeCmd Method (OdString&, OdString&)
Syntax
C++
virtual void removeCmd(const OdString& groupName, const OdString& globalName) = 0;
Parameters 
Description 
const OdString& groupName 
[in] Group name.  
const OdString& globalName 
[in] Global (untranslated) name. 

Removes the command with the specified group and global names from this Stack object. 

 

If a group is emptied, it is removed from this Stack object. 

If the specified command is not found, this function does nothing but return.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.