API Reference > OdEd Classes > OdEdCommandStack Class > OdEdCommandStack Methods > OdEdCommandStack::popGroupToTop Method
OdEdCommandStack::popGroupToTop Method
Syntax
C++
virtual OdResult popGroupToTop(const OdString& cmdGroupName) = 0;
Parameters 
Description 
const OdString& cmdGroupName 
[in] Name of the command group to pop to the top of the command stack. 

This function pops the cmdGroupName command group to the top of the command stack making it the first group to be searched when resolving application defined command names. 

 

If the specified group is not found, this function returns eKeyNotFound.

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