Skip to main content
prema56615405
Inspiring
October 18, 2019
Answered

Paste remember layers in javascript

  • October 18, 2019
  • 1 reply
  • 431 views

Dear All,

I have tried to switch on "Paste remember layers" by using the javascript. Below is my code. But it is not working. Can you please help me on this?

 

function test()

{

var prl = app.pasteRememberLayers;
prl = true;

}

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer ArtisticMagic

    This property is listed as read-only.

     

    Plus, it appears that there is a typo in some references.

    It's

    app.pasteRemembersLayers
    Note the 's' after 'Remember'

    1 reply

    ArtisticMagicCorrect answer
    Inspiring
    March 7, 2024

    This property is listed as read-only.

     

    Plus, it appears that there is a typo in some references.

    It's

    app.pasteRemembersLayers
    Note the 's' after 'Remember'