Object.UpdateProperty dont add values

Hi everyone,

Im trying to add some properties to some line and text objects related with my Civil Work, but it only add the propertyName but not the values.

Any idea what could happen? Maybe it only acept one property by node?

Thanks in advance

Not familiar with C3D but I’d guess it’s an issue with your list structure. Try using list levels to get everything applied to your list of objects. This may require you to duplicate some of your lists as well.

1 Like

I’ve found that getting the levels/lacing to work correctly with this node is tricky, and so the best way is to feed in all of the lists with the same structure. So as @Nick_Boyts said, that means duplicating lists (List.OfRepeatedItem works well). This post is very similar:

1 Like