export to adsk with the help of inventor api vba code

export to adsk with the help of inventor api vba code

Anonymous
Not applicable
400 Views
1 Reply
Message 1 of 2

export to adsk with the help of inventor api vba code

Anonymous
Not applicable

Private Sub CommandButton1_Click()
    Dim strFullFileName As String
    strFullFileName = "C:\Users\Yogesh\Desktop\model1.ipt"

Dim o2 As BIMComponent
Set o2 = BIMComponent.ExportBuildingComponent(strFullFileName)

End sub

 

someone please tell me what shoud i add or ssubtract or modify to make the code work, i want to export my file to .adsk format with the help of inventor api vba coding

0 Likes
401 Views
1 Reply
Reply (1)
Message 2 of 2

Mark.Lancaster
Consultant
Consultant

@Anonymous

 

Programming needs and questions should be posted in the Inventor Customization for best results

 

https://forums.autodesk.com/t5/inventor-customization/bd-p/120

 

I will have the moderator relocate your posting there to best suit your needs.

Mark Lancaster


  &  Autodesk Services MarketPlace Provider


Autodesk Inventor Certified Professional & not an Autodesk Employee


Likes is much appreciated if the information I have shared is helpful to you and/or others


Did this resolve your issue? Please accept it "As a Solution" so others may benefit from it.

0 Likes