Message 1 of 2
Not applicable
02-20-2023
10:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I'm trying to set up a conditional that checks `ThisDoc.Document.DocumentType` by a comparison with, for example, `kDrawingDocumentObject`
This works fine within an iLogic rule. But trying this inside my new VB.NET class library, I can't find the type within the `Inventor.ObjectTypeEnum` object.
I have an `Imports Inventor` at the top of the file, and a reference added to "Autodesk.Inventor.Interop.dll"
Is there a different reference I'm missing, or a different way I should be thinking about this?
Thanks
Solved! Go to Solution.