Message 1 of 2
export to adsk with the help of inventor api vba code

Not applicable
07-30-2018
06:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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