I can't seem to find this in documentation, as the pathItem
layer
and parent
members are read-only. How do I programmatically change the layer of an object?
Asked
Active
Viewed 2,202 times
3

ekatz
- 1,050
- 1
- 11
- 29
1 Answers
7
select your pathItem programmatically select your layer programmatically
myPathItem.move(myLayer, ElementPlacement.PLACEATEND);

fabianmoronzirfas
- 4,091
- 4
- 24
- 41
-
Much appreciated Fabian! – ekatz Feb 18 '16 at 17:17