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: 

Ilogic Iproperties

1 REPLY 1
SOLVED
Reply
Message 1 of 2
Remy-intl
359 Views, 1 Reply

Ilogic Iproperties

Hello

 

I'm trying to modify the text at the top of model with ilogic (for part and assembly). 

 

Do you know the ilogic command to edit this text?

Thanks

 

1 REPLY 1
Message 2 of 2
andrewiv
in reply to: Remy-intl

This is what you have to put into your iLogic code to define the name of the part as it is shown in the browser.

oDoc = ThisDoc.Document

oDoc.DisplayName = "Your text here"

Andrew In’t Veld
Designer

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

Post to forums  

Autodesk Design & Make Report