Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
dalton98
in reply to: tcaG6GZK

In order for a parts list row to show up, its value has to be in the custom properties tab

daltonparrish_0-1651579830041.png

This can be done manually in the 'Parameters' > check the box 'Export Parameter' > right click to customize

Replace this code with the one in your try/catch:

Dim paramBL As Inventor.Parameter
paramBL = oRefDoc.ComponentDefinition.Parameters.Item("B_L")
paramBL.ExposedAsProperty = True

'paramBL.CustomPropertyFormat.PropertyType = kTextPropertyType
'parambl.CustomPropertyFormat.ShowUnitsString = False

'paramBL.CustomPropertyFormat.PropertyType = kNumberPropertyType