If I could impose on your for one more thing…
I want to paste this across multiple object, so I’d like the position property I’m referencing to be relative to the shape it’s contained within – like using index-1 to address the layer above on a regular layer.
However, I can’t figure out how to use propertyGroup to address this. I’m trying
p=thisProperty.propertyGroup(3).content("Rectangle Path 1").position;
to no avail. Do you know what I’m doing wrong here?