Results 1 to 2 of 2

Thread: Automatically set system variable DISPSILH = 1

  1. #1
    Member
    Join Date
    2004-05
    Posts
    6
    Login to Give a bone
    0

    Question Automatically set system variable DISPSILH = 1

    Is there anyway at all that I can have the "DISPSILH" variable set to 1 automatically. I have tried setting the default template files to the desired settings figuring that it would fix my problem but no such luck. Any insight will be appreciated

    Matt Kunko

  2. #2
    The Silent Type Mike.Perry's Avatar
    Join Date
    2000-11
    Posts
    13,656
    Login to Give a bone
    0

    Default Re: Automatically set system variable DISPSILH = 1

    Hi

    You could add something like the following to your Acad.lsp (if loaded with every drawing, System Variable ACADLSPASDOC = 1), AcadDoc.lsp or Custom.mnl etc -

    (setvar "DISPSILH" 1) ;Sets DISPSILH On (Saved in Drawing)

    Have a good one, Mike
    Last edited by Mike.Perry; 2004-08-27 at 12:21 PM.

Similar Threads

  1. pstylemode system variable
    By DFlynn in forum AutoCAD General
    Replies: 1
    Last Post: 2012-04-23, 05:07 AM
  2. CIVIL 3D SYSTEM VARIABLE
    By mwilson in forum AutoCAD Civil 3D - General
    Replies: 1
    Last Post: 2011-04-13, 06:47 PM
  3. could not set system variable cvport
    By iamtheblackwizards3 in forum AMEP General
    Replies: 3
    Last Post: 2009-09-14, 04:13 PM
  4. System Variable User?
    By SRBalliet in forum AutoCAD General
    Replies: 2
    Last Post: 2008-05-02, 01:01 PM
  5. Hatch system Variable
    By BCrouse in forum AutoLISP
    Replies: 2
    Last Post: 2005-08-16, 03:56 PM

Posting Permissions

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