Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
A.Acheson
in reply to: dimamazutaMMJ32

Are you using vba or ilogic? 

Here is the api sample for copying a sketch  in the same file. You will need to create a reference to your source file definition. If that file is open then this snippet will set its reference. 

Dim oDoc As Document  

Set oDoc =ThisApplication.Documents.ItemByName( _
          "C:\AssemblySample\Pillar.ipt")

 

 

If this solved a problem, please click (accept) as solution.‌‌‌‌
Or if this helped you, please, click (like)‌‌
Regards
Alan