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

Removes the specified group and its commands from this Stack object. 

 

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

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