Plot Style variable

Discussion in 'AutoCAD' started by Marcel Goulet, Dec 22, 2004.

  1. Hi,

    NewStyleSheet is the environment plotstyle variable for new drawing.

    If I change the PlotStyle of an existing drawing, the drawing will keep the information and that doesn't change the value of the NewStyleSheet environment variable. So, where is the information stored when we change it in a drawing?

    On a variable ? Which one ?
     
    Marcel Goulet, Dec 22, 2004
    #1
  2. Try this:

    (vla-get-StyleSheet (vla-get-activelayout (vla-get-activedocument
    (vlax-get-acad-object))))

    Regards,
    Eric S


    the information and that doesn't change the value of the NewStyleSheet
    environment variable. So, where is the information stored when we change it
    in a drawing?
     
    Eric Schneider, Dec 22, 2004
    #2
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.