Updating modelling properties of multiple elements

Hi,

I have a use case where i need to update the properties of multiple elements attached to a single node. Is there any way i can do it all at once other than iterating over the elements and then using modelling.updateProperties ?

You’d create a composite command that executes individual updates via modeling.updateProperties in a compose (preExecute or postExecute hook).

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.