- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to create a rule that uses ThisDoc.Document
A.Acheson has been helping me troubleshoot my rule here ->https://forums.autodesk.com/t5/inventor-ilogic-and-vb-net-forum/link-excel-file-to-parameters-via-fi...
But I think the error I am dealing with is external to my initial question
I am unable to
Dim xDoc As ThisDoc.Document
or i get a 'ThisDoc.Document is undefined' when i attempt to run the rule. Within the last month I had a number of rules break and I have been continually messing with 'ActiveDocument'/'ActiveEditDocument' to fix the issue, but I currently can't use ThisDoc.Document on an External or an Internal Ilogic Rule.
I am not attempting to run a VB.net routine. This is through the inventor rule editor. ( I do have rubber duck installed)
Solved! Go to Solution.