Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to use the Documents.ItemByName as follows:
Document Doc = m_Inventor.Documents.ItemByName (sFullDocName) ;
But the complier complains about a non invocable member.
I also poticed In this post, the VB example shows ItemByName commented out and a for loop substitued.
According to the API docs my call is correct I think, so what is wrong?
Solved! Go to Solution.


