Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have this:
Dim oModel As PartDocument FilePath = "C:\Relco\Vault\Designs\USERS EU\MACHIEL VELDKAMP\BulkDrawingToolParam.ipt" oModel = ThisApplication.Documents.Open(FilePath, False) auto = iLogicVb.Automation auto.RunRule(oModel, "Show Form") 'in the model there is a rule called "Show Form" that changes some parameters ILOGIC_PRINT = Parameter(<What should I put here?>, "ILOGIC_PRINT")
I want the ILOGIC_PRINT to contain the value that is currently in the model.
Now. I thought this would be easy but I can't figure it out.
If I put FilePath or oModel in the Parameter field It returns an error saying that that it's not an object.
Did you find this reply helpful ? If so please use the Accept as Solution or Kudos button below.
___________________________Solved! Go to Solution.