Message 1 of 2
insert assembly in PresentationDocument
Not applicable
04-28-2016
03:42 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am using this code ,
Public Sub CreatePresentation()
Dim oDoc2 As Inventor.PresentationDocument
Set oDoc2 = ThisApplication.Documents.Add(Inventor.DocumentTypeEnum.kPresentationDocumentObject, "", True)
End Sub
I created a presentation file
Is it possible to write a code trough vba to insert assembly in ipn files ?
Thanks
AB