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: 

Table Driven Part

0 REPLIES 0
Reply
Message 1 of 1
Ceorl
121 Views, 0 Replies

Table Driven Part

I have a table driven part in a part file and would like to know if anyone out there knows how to define the active row of the table through VB or VBA. I can get this far, but can't seem to get any farther.

Dim oApp As Inventor.Application
Dim oDoc As Inventor.PartDocument
Dim oPrt As Inventor.PartComponentDefinition

Set oApp = GetObject(, "Inventor.Application")

If Err Then
Set oApp = CreateObject("Inventor.Application")
Set oDoc = oApp.Documents.Open("f:\dwg\ccl\stand.ipt")
Else
Set oDoc = oApp.ActiveDocument
of = False
End If
Set oPrt = oDoc.ComponentDefinition


Thanks,
Ceorl
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