Rename a dimstyle using lisp or vlisp

Discussion in 'AutoCAD' started by Marcel Goulet, Oct 20, 2004.

  1. Hi,

    Is there a fonction to rename dimstyles, blocks, layers, etc in lisp or vlisp ?

    Thanks
     
    Marcel Goulet, Oct 20, 2004
    #1
  2. vla-put-name
     
    Jason Piercey, Oct 20, 2004
    #2
  3. Marcel Goulet

    Tom Smith Guest

    Is there a fonction to rename dimstyles, blocks, layers, etc in lisp or
    vlisp ?

    And there's always the old fashioned (command "rename" ... )
     
    Tom Smith, Oct 20, 2004
    #3
  4. Where I can find an exemple on how to use that fonction ?

    Thanks
     
    Marcel Goulet, Oct 20, 2004
    #4
  5. Marcel Goulet

    Tom Smith Guest

    Or you can entmod the table entry.
     
    Tom Smith, Oct 20, 2004
    #5
  6. Definitions/examples for *any* property/method/event, etc...
    can be found in the ActiveX and VBA Reference.


    Vlide -> Help -> ActiveX and VBA Reference -> Properties -> Name property

    (vla-put-name <object> <name>)
     
    Jason Piercey, Oct 20, 2004
    #6
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.