API Reference > OdEd Classes > OdEdCommand Class > OdEdCommand Methods > OdEdCommand::execute Method
OdEdCommand::execute Method
Syntax
C++
virtual void execute(OdEdCommandContext* pCommandContext) = 0;
Parameters 
Description 
OdEdCommandContext* pCommandContext 
[in] Pointer to the command context. 

Called to execute this command object.

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–2020. Open Design Alliance. All rights reserved.