Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have tried to piece a few rules that I saw online together but without luck!
So I'm trying to get a part, inside an assembly, that has the description "Special" in Iproperties. And subsequently, make it red to create a visual signal that it needs a part number before being released.
Dim asmDoc As AssemblyDocument asmDoc = ThisApplication.ActiveDocument Dim occ As ComponentOccurrence For Each iProperties.Value("Stock Number") = "Special" asmDoc.RenderStyles.Item("Red")) Next
Solved! Go to Solution.