Message 1 of 3

Not applicable
09-03-2014
03:16 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a rule to which "Item" can be chosen by both text and index? For example, the following works:
Set oBOMView = oAssy.ComponentDefinition.BOM.BOMViews.Item("Structured")
But this does not:
itemName = drawDoc.Sheets(1).DrawingViews.Item("TOP VIEW").Name
I've been looking all over, but it's hard to search given the ubuquity of the search words. Any help would be appreciated.
Thanks,
Mike
Solved! Go to Solution.