Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations JAE on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Selection Set 1

Status
Not open for further replies.

ednagc2002

Mechanical
Joined
Dec 3, 2013
Messages
14
Location
DE
Can I create a property from my part with a selection set ? For example if I create a propertie called "Producer" that I can choose between 3 different given names? So that you can´t write nothing there, but select an option.

 
create a string parameter and in the dialog box select Multiple Values instead of single value before you press "Create Parameter of type"

Eric N.
indocti discant et ament meminisse periti
 
i don´t have this "multiple Values option"

acctually how do you create this parameter? I did it like shown in the attached photo
 
hi! I already created this parameter as you told. But where can I found again this created parameter? i acctually wanted in the properties.
 
Thanks a lot. It works also. How could I call this parameter value that I chose in a macro? ...UserRefProperties.Parameter1 ??
 
....Parameters.Item("String.10") ??

so if my parameter is called string.10 ? I found this in internet but doesn´t function
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top