Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I've create a user parameter "TotalLength" using
Set oPara = userParams.AddByExpression("TOTALLENGTH", _ j, kDefaultDisplayLengthUnits) oPara.Precision = kOneDecimalPlacePrecision oPara.ExposedAsProperty = True oPara.CustomPropertyFormat.PropertyType = kNumberPropertyType
I can select this new parameter in Bill of materials -> Base Quantity but nothing shows up in Unit Quantity.
When I create the same parameter manually, it does show up in Unit Quantity.
What am I missing in my macro?
Thanks.
Solved! Go to Solution.