Message 1 of 3
Define oDoc by Part name in Assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
i cant find the way to define oDoc by the part name in an assembly.
Dim oPartDoc As PartDocument oPartDoc = ThisApplication.Documents.ItemByName(ThisDoc.WorkspacePath()+"\Test.ipt")
I need this without the WorkspacePath.