iLogic RuleOptions Interface - Fire on Parameter Change

iLogic RuleOptions Interface - Fire on Parameter Change

Anonymous
Not applicable
276 Views
1 Reply
Message 1 of 2

iLogic RuleOptions Interface - Fire on Parameter Change

Anonymous
Not applicable

Is there a way to check if the 'Don't run automatically' rule option is True or False?

I can find Enabled and Silent Operation via iLogicAutomation, but can't see an option for 'Don't run automatically'.

 

Thanks

Tom

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

Balaji_Ram
Alumni
Alumni

Hi Thomas,

 

Sorry, I do not think there is way to get that using the automation interface.

 

The option is available in the "Autodesk.iLogic.Interfaces.iLogicRule" interface as a property named "AutomaticOnParamChange".

But there is no equivalent of it in the "Autodesk.iLogic.Automation.iLogicAutomation" used in iLogic.

 

It should be possible to know the status of "Don't run automatically" option for a rule using a .Net add-in.

 

Regards,

Balaji



Balaji
Developer Technical Services
Autodesk Developer Network

0 Likes