3

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?

ekatz
  • 1,050
  • 1
  • 11
  • 29

1 Answers1

7

select your pathItem programmatically select your layer programmatically

myPathItem.move(myLayer, ElementPlacement.PLACEATEND);
fabianmoronzirfas
  • 4,091
  • 4
  • 24
  • 41