Message 1 of 2
iLogic ChangeRow function in a reference to standard content center file

Not applicable
11-25-2017
09:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I have a very simple assembly (as below):
I also have very simple iLogic rule:
Parameter("Tube:1", "OD") = OD
i = iPart.FindRow("Ring", "ID", "=", OD) iPart.ChangeRow("Ring", i )
It changes the size of the ring according to the tube outer diameter. Both parts changes simultaneously:
It works as long as Ring is an iPart. When I use a content center file instead (published from the same iPart) this code doesn't work anymore.
It is just a simple example, but I think it shows clearly what I want to achieve. Please help.