Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEdCommandStack::removeCmd Method (const OdString&, const OdString&)
Syntax
C++
virtual void removeCmd(const OdString& groupName, const OdString& globalName) = 0;

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

 

Parameters
Description
groupName
[in] Group name.
globalName
[in] Global (untranslated) name.

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-2022. Open Design Alliance All rights reserved.