AHQuickAction3D question

melamoud

Active Member
Licensed User
Longtime User
I'm using AHQuickAction3D and I'm building 5 items in the menu
I need to pass a parameter , lets say a number with each of the items,
that parameter will need to be read within the event

how do I do that ?


the only way I figure I can do that is by adding the parameter to the visible string of the menu item, but thats just ugly

any other solution ?

BTW in evemnt sub --> Sub AC_Click (Position As Int, ActionItemID As Int)
what is position ?

thanks
 
Top