Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello
I try to add a user parameter to a sheet metal part.
And now I realized, the flat pattern has a different user parameter.
Can I add by iLogic rule a parameter in to flat pattern? I try but no succeed, only....
Try Parameter("Emboss_Text") = iProperties.Value("Project", "Part Number") Catch oMyParameter = ThisApplication.ActiveDocument.ComponentDefinition.Parameters.UserParameters oParameter = oMyParameter.AddByValue("Emboss_Text", iProperties.Value("Project", "Part Number"), UnitsTypeEnum.kTextUnits) End Try
Many Thanks!!!
Solved! Go to Solution.