Community
Inventor Programming - iLogic, Macros, AddIns & Apprentice
Inventor iLogic, Macros, AddIns & Apprentice Forum. Share your knowledge, ask questions, and explore popular Inventor topics related to programming, creating add-ins, macros, working with the API or creating iLogic tools.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API - Check In assembly into Vault using apprentice

0 REPLIES 0
Reply
Message 1 of 1
Anonymous
326 Views, 0 Replies

API - Check In assembly into Vault using apprentice

I am curently trying to do check in file to Vault. I do not want to use "Execute" (buttonclick Smiley Wink ) method (the amount of file is large and this method is not reliable). The task is to corectly pass the arguments to the method

Function CheckinFile(
file As Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.FileIteration,
comment As String,
keepCheckedOut As Boolean,
associations() As Autodesk.Connectivity.WebServices.FileAssocParam,
bom As Autodesk.Connectivity.WebServices.BOM,
copyBom As Boolean, newFileName As String,
classification As Autodesk.Connectivity.WebServices.FileClassification,
hidden As Boolean,
Optional filePath As Autodesk.DataManagement.Client.Framework.Currency.FilePathAbsolute = Nothing)

 So do you have code to get associations and bom from document using Inventor API or Apprentice?

 

 

0 REPLIES 0

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report