ApplicationFrame Macro SetAccessCommand
All Frameworks Class Hierarchy This Framework Indexes
ApplicationFrame Macro SetAccessCommand
Macro SetAccessCommand (variableName,command)
Attaches a command header to a starter.
- Parameters:
-
- variableName
- The pointer to a CATCmdStarter's instance. This pointer is created by
NewAccess with CATCmdStarter as classname parameter.
- command
- The identifier (a CATString) of a
CATCommandHeader instance.
Example:
NewAccess(CATCmdStarter,pMyAccess,"accessname")
SetAccessCommand(pMyAccess,"MyCommandHeaderId")
This object is included in the file: CATCreateWorkshop.h
Copyright © 2003, Dassault Systèmes. All rights reserved.