Execute EditForm from AddIns

Execute EditForm from AddIns

dnguyennn
Contributor Contributor
158 Views
4 Replies
Message 1 of 5

Execute EditForm from AddIns

dnguyennn
Contributor
Contributor

dnguyennn_0-1752689864652.png

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!

0 Likes
159 Views
4 Replies
Replies (4)
Message 2 of 5

hollypapp65
Advocate
Advocate

Is that AutoCAD command?

0 Likes
Message 3 of 5

dnguyennn
Contributor
Contributor
0 Likes
Message 4 of 5

hollypapp65
Advocate
Advocate

Run that iLogic and see if "AD4FLauncher:Command:EditForm" show up.

 

0 Likes
Message 5 of 5

dnguyennn
Contributor
Contributor

 

but I dont think this cmd is existed anymore.

 

0 Likes