Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdEdCommand::execute Method
Syntax
C++
virtual void execute(OdEdCommandContext* pCommandContext) = 0;

Called to execute this command object.

Parameters
Description
pCommandContext
[in] Pointer to the command context.

The client's override of this function contains the body of the command. 

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

OdEdCommandContext::userIO

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