I've got an array of menu rings and I want to programmatically change the menu ring in each array element. For a menu ring, there is a property available called 'Strings' that I can change, but how do I make it change for all the elements in the array?
You can create a property node for the element-type of your array. Any changes you make to the properties (including the "Strings") will apply to all elements. Create the property node by right-clicking on the menu ring inside the array on the front panel. The pop-up menu should have a "Create" option from which a sub-menu branches. Select Property Node from the sub-menu. You can also use control references to get at the menu ring's properties.