Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEdCommandStack::popGroupToTop Method
Syntax
C++
virtual OdResult popGroupToTop(const OdString& cmdGroupName) = 0;

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. 

 

Parameters
Description
cmdGroupName
[in] Name of the command group to pop to the top of the command stack.

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.