Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEdCommandStack::executeCommand Method (OdEdCommand*, OdEdCommandContext*)
Syntax
C++
virtual void executeCommand(OdEdCommand* pCmd, OdEdCommandContext* pCmdCtx) = 0;

Executes the specified command in this Stack object.

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

OdEdCommandStackReactor objects in the reactor list of this Stack object will be notified. 

The specified command context object is used to interact with the calling application as part of an interactive command. 

This function searches for both global and local command names in the group order on the stack.

OdEdCommand::execute.

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