How to edit iProperty that is not exposed in the user interface?

How to edit iProperty that is not exposed in the user interface?

XYZ965
Advocate Advocate
699 Views
9 Replies
Message 1 of 10

How to edit iProperty that is not exposed in the user interface?

XYZ965
Advocate
Advocate

For example, I want to use iProperty Manufacturer, but I don't see it in iProperties dialog box. 

Property with that name exist in the List of Inventor pre-defined iProperty names.

Thanks.

 

0 Likes
Accepted solutions (1)
700 Views
9 Replies
Replies (9)
Message 2 of 10

CCarreiras
Mentor
Mentor

Hi!

 

Is this it?

G1.gif

 

 

 

 

CCarreiras

EESignature

Message 3 of 10

XYZ965
Advocate
Advocate

Thank You very much for quick response, but I don't want to create new Custom iProperty if the property allready exist in predefined Inventor iProperties.

0 Likes
Message 4 of 10

CCarreiras
Mentor
Mentor

The "Manufacturer" field might be part of a specific template, and if you are not using that template, it won't be visible.

If the "Manufacturer" iProperty is still not visible, you can create or add it manually as a custom iProperty.

CCarreiras

EESignature

0 Likes
Message 5 of 10

XYZ965
Advocate
Advocate

In fact, I would like to use iProperities like Sheet Metal Width, Sheet Metal Length ...

Thank You in advance

0 Likes
Message 6 of 10

XYZ965
Advocate
Advocate

May be I'm wrong, but list of Inventor pre-defined iPoperty names  I get via VBA code in my part file. And iProperty with name Manufacturer was listed.

0 Likes
Message 7 of 10

johnsonshiue
Community Manager
Community Manager
Accepted solution

Hi! I guess you will need to use iLogic. Indeed it seems that "Manufacturer" is a predefined iProperty in "Project" category. Use the following statement to assign the value.

 

iProperties.Value("Project", "Manufacturer") =ADSK

 

Many thanks!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes
Message 8 of 10

XYZ965
Advocate
Advocate

Thank You very much. Your answers always save us a lot of time.

Message 9 of 10

XYZ965
Advocate
Advocate
0 Likes
Message 10 of 10

johnsonshiue
Community Manager
Community Manager

Hi! Many thanks for your kind words! But I am also aware that my ill-informed suggestions wasted users' a lot of time.

Thanks again!



Johnson Shiue (johnson.shiue@autodesk.com)
Software Test Engineer
0 Likes