Results 1 to 2 of 2

Thread: switch Annatative On/Off

  1. #1
    I could stop if I wanted to CadDog's Avatar
    Join Date
    2005-06
    Location
    So Ca
    Posts
    411

    Default switch Annatative On/Off

    <<<AutoCad 2008>>>

    I would like to know if there is away to switch ANnotative on a current dimstyle

    Without needed to open the dialog box and selecting the dimstyle to Modify and than tabbing over to fit/annotative...???

    I'm trying to reduce these steps by maybe creating a quick key input which switches on and off
    Annotative...

    Thanks

    *****
    Here is the only help I have found so far which clearing notes the new variables:

    http://www.hyperpics.com/system_variables/
    Last edited by CadDog; 2007-08-03 at 07:39 PM.
    Jesse
    aka CadDog © 1994
    All is Well until It Fails
    Remember, that what you teach me here you are also teaching others...

  2. #2
    I could stop if I wanted to CadDog's Avatar
    Join Date
    2005-06
    Location
    So Ca
    Posts
    411

    Default Re: switch Annatative On/Off

    OK, if anyone cares, here how I finally done it...
    Code:
    (defun c:annoff ( / )
      (vl-cmdf "_.DIMSTYLE" "AN" "N" "DIM20" "y" "" "")
         (vl-cmdf "")
    )
    This is only one small part of what I'm doing but it works...
    This simply toggle off the Annatative on dim style select or noted above...

    Hey, for me it a big start...
    Jesse
    aka CadDog © 1994
    All is Well until It Fails
    Remember, that what you teach me here you are also teaching others...

Similar Threads

  1. Switch to LT?
    By jmd1959 in forum AutoCAD LT - General
    Replies: 4
    Last Post: 2010-10-07, 09:09 PM
  2. Switch to .NET?
    By mcoffman in forum VBA/COM Interop
    Replies: 1
    Last Post: 2006-12-04, 07:43 PM
  3. 4g RAM and the /3G Switch
    By david.kingham in forum Revit - Hardware & Operating Systems
    Replies: 5
    Last Post: 2006-11-06, 08:12 PM
  4. Win XP Pro and /3GB switch
    By jguest in forum Windows XP
    Replies: 1
    Last Post: 2006-03-20, 09:05 AM
  5. Double switch plates and switch/outlet combos
    By christo4robin in forum Revit Architecture - Families
    Replies: 10
    Last Post: 2004-12-04, 03:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •