05-03-2022
05:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
05-03-2022
05:28 AM
In order for a parts list row to show up, its value has to be in the custom properties tab
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