iLogic appendix
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Where do I find an appendix describing all possibilites for:
TopLevelCommand.2ndLevelCommand.3rdLevelCommand....nLevelCommand([what goes before the first comma], [what goes before the second comma], etc. )?
This page: https://help.autodesk.com/view/INVNTOR/2022/ENU/?guid=110f3019-404c-4fc4-8b5d-7a3143f129da isn't very helpful, and certainly isn't very easy to navigate through.
In my particular case this time I have a rule that returns a strictly informative message box when it is done. From another rule in the same document I would like to run this rule, but without the message box. So writing IlogicVB.RunRule("name of rule with message box", [some argument that runs the referenced rule in silent mode thus omitting said message box]) should probably do the trick. But the incredible annoyance of this is that I can't seem to find any feasable way to figure out what all the possible arguments for this particular command is (or any other command for that matter). I'm left with Google in hopes of finding some forum post or article somewhere describing an issue similar enough to mine to divulge the information I'm looking for, or to ask in this forum (which helpful as it is, isn't neccesarily the fastest way to figure out tiny detail like this.
Is there some other Autodesk documentation page that I've completely missed somewhere...?