Ilogic rule that allows for editing a ilogic table part in an assembly??

Not applicable
06-10-2020
06:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an assembly which is made from parts which are all illogic tables. I know how to use the iPart.ChangeRow so that I can switch between versions of the part but the issue is that I have the variable 'Length' that is not a set value. I want to be able to alter the length within a rule in the assembly.
I have tried:
Parameter("PIPE iLogic", "Length") = Offstand
However this comes up with the following error:
Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))
Is there anyway of altering this parameter so that it alters all the versions of the part in the ilogic table???
Any help is much appreciated. I hope this makes sense.