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: 

Insert a row in iPart

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
santoshr0114
756 Views, 3 Replies

Insert a row in iPart

I want to insert a row which contains data into iPart as new part member but without using excel.

 

Is there a way to do so ?

Regards
Santosh
3 REPLIES 3
Message 2 of 4
ekinsb
in reply to: santoshr0114

You can use the API for iparts to add a new row.  The other response I posted regarding your question about deleting a row shows how to access the TableRows object which provides access to all of the rows in the table.  To add a new row you need to use the Copy method of the TableRow object.


Brian Ekins
Inventor and Fusion 360 API Expert
Mod the Machine blog
Message 3 of 4
santoshr0114
in reply to: ekinsb

ekinsb,


I didn't know this. Will Try and post the code if successful.

 

Thank You

Regards
Santosh
Message 4 of 4
santoshr0114
in reply to: ekinsb

ekinsb,

 

 

I got that method and finished implementing...

 

Thank You for the guidance

 

 

Regards
Santosh

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

Post to forums  

Autodesk Design & Make Report