- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I just want someone to tell me if I am doing this right or am I overlooking something obvious
I do all my iLogic writing inside the iLogic editor. I very much appreciate the intellisense which allows me to type in a few letters then get the correct function, type or variable name without misspelling it.
I would like to keyboard in an object type and as I type it, a list of appropriate object names comes up. For example, if I press the keys to type in “WorkPlanes” , as soon as I type the first letter a list of objects comes up for me to select from. But none of them are Inventor objects.
It works fine when variables are already declared. I just notice it on creating new variables or finding member functions.
So my code looks like
Dim wp as Inventor.WorkPlane
instead of the more elegant
Dim wp as WorkPlane
Since the iLogic editor is guaranteed to be working with Inventor objects, I was wondering if this was the expected behaviour. Is there a setting that I missed? Perhaps I need to begin the rule with Import Inventor or Uses Inventor or some other namespace keyword.
Can someone advise if this the normal behaviour for the iLogic editor?
Thanks in advance.
Solved! Go to Solution.