Hey guys,
I can create a layer easily by the below code.
but how can i create a group that contain more than one layer.
var docRef = app.documents.add();
var myLayer = docRef.artLayers.add();
Hey guys,
I can create a layer easily by the below code.
but how can i create a group that contain more than one layer.
var docRef = app.documents.add();
var myLayer = docRef.artLayers.add();