Message 1 of 2
iLogic - Model State - Lower Level Assembly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to use iLogic in a top level assembly, to change the model state of a lower level assembly.
I have started off with this code, but obviously this is editing the top level and not the lower.
The top level assembly does not have model states.
MultiValue.SetValueOptions(True, DefaultIndex) MultiValue.SetList("BASE_TUBE_NUMBER", "13.50 - 01000", "13.50 - 01025") Select Case BASE_TUBE_NUMBER Case "13.50 - 01000" ThisDoc.ActiveModelState = "master" End Select
How do I link this to the lower levels?