Hi Dojo,
I am trying to write a script and hit a wall.
I want to trigger a QAction using a C# script I made and so far I cannot figure it out atm.
Any help on this would be much appriecated
Hi,
I asked the same question a while ago, with the same answer.
I ended up adding a dummy parameter that triggered the QAction
<Param id="9">
<Name>ExternalTrigger</Name>
<Description>External Trigger</Description>
<Type>dummy</Type>
</Param>
and set that parameter to a value of 1 from the automation script
element.SetParameter(externalTrigger, 1);