Forum Discussion
mhite_60883
Jan 30, 2012Cirrocumulus
How would one populate an AddressPortSequenceSequence manually?
Normally I've used typefactory to create an AddressPortSequence. Then I set that object's "item" element equal to an AddressPort. I then take that AddressPortSequence object and assign it to the "item" element of an AddressPortSequenceSequence. What I can't figure out how to do is provide more than AddressPort in the AddressPortSequence. (Just assigning the AddressPortSequenceSequence.item = [somearray of AddressPorts] doesn't work since we really need a typefactory created AddressPortSequence assigned to AddressPortSequenceSequence.item)