Message 1 of 5
Execute EditForm from AddIns
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
https://spiderinnet2.typepad.com/blog/2012/07/inventor-net-find-all-the-control-definitions-1.html
I am trying to edit a form from my addin:
Dim cmdMgr As CommandManager = m_inventorApplication.CommandManager
Dim ctrlDefs As ControlDefinitions = cmdMgr.ControlDefinitions
Dim formEditCmd As ControlDefinition = ctrlDefs.Item("AD4FLauncher:Command:EditForm")
formEditCmd.Execute()
but I dont think this cmd is existed anymore.
Please help thank you!