Message 1 of 3
Change multi-value test parameters through API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
In my assembly model, I have the following parameter,
MultiValue.SetList("Unit_Type", "Double Door", "Single Door-Left", "Single Door-Right")
I want to change the values using API, I am using this code but it throws the error,
ThisApplication.ActiveDocument.ComponentDefinition.Parameters.Item("Unit_Type").Expression = "Double Door"