Message 1 of 2
Inventor Vb.Net "AddIn" dll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Can anybody help?
I have the following VBA code, for testing, that checks the number of views on a drawing sheet.
Set oSheet = oDoc.ActiveSheet
If oSheet.DrawingViews.Count = 0 Then Msgbox("No Drawing Views Found")
Does anybody know what the equivalent Vb.Net "AddIn" dll code is?
Many thanks in advance!
Darren