Creigbm
Mechanical
- Aug 1, 2003
- 161
I am trying to create a menu item via a macro using the following code:
Does anyone know how to code the MenuCallback parameter? I am trying to set this so it will run a macro. Thanks in advance.
Code:
IsMenuItemAdded=SldWorks.AddMenuItem2(DocumentType, Cookie, MenuItem, Position, MenuCallback, MenuEnableMethod, HintString )
Does anyone know how to code the MenuCallback parameter? I am trying to set this so it will run a macro. Thanks in advance.