- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have some iLogic that loops through a .csv file, and pulls values from this file and assigns them to Parameters. The issue arises in the fact that as soon as I try to utilize one of the just set parameters, it's like the parameters were never set. I have tried to set the parameters via paramobject.Value & paramobject.expression as well as the ilogic Parameter("ParamName") method, but both provide the same result. I also have placed a RuleParametersOutput() & InventorVb.DocumentUpdate() after each time a parameter is brought in from the csv file, but still its like the parameter was never updated.
Any assistance would be much appreciated. I understand that perhaps the best course of action would be to place the CSV value load into another rule, but I'm hoping I don't have to.
Thanks for any help.
Solved! Go to Solution.