Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEdCommandStack::addCommand Method (OdEdCommand*)
Syntax
C++
virtual void addCommand(OdEdCommand* pCommand) = 0;

Adds the specified command object to this Stack object. 

 

Parameters
Description
pCommand
[in] Pointer to the command object.

If the group associated with the command does not exist, the group is first created and pushed onto the top of the stack. 

The globalName and localName must be unique within the groupName of this command object.

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