Show "Place Component" Dialog Box Using AutoDesk Inventor VBA Macro

Show "Place Component" Dialog Box Using AutoDesk Inventor VBA Macro

isocam
Collaborator Collaborator
330 Views
1 Reply
Message 1 of 2

Show "Place Component" Dialog Box Using AutoDesk Inventor VBA Macro

isocam
Collaborator
Collaborator

Can anybody help???

 

Does anybody know the VBA command to show the "Place Component" dialog box?

 

Please see the attached picture.

 

Many thanks in advance!

 

Darren

0 Likes
331 Views
1 Reply
Reply (1)
Message 2 of 2

WCrihfield
Mentor
Mentor

The command InternalName is "AssemblyPlaceComponentCmd".

ThisApplication.CommandManager.ControlDefinitions.Item("AssemblyPlaceComponentCmd").Execute

Wesley Crihfield

EESignature

(Not an Autodesk Employee)