<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Variable Name?: Scale objects inserted from other drawings. in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/variable-name-scale-objects-inserted-from-other-drawings/m-p/6881261#M123516</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/20448"&gt;@mdhutchinson&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;'&lt;EM&gt;Scale Objects Inserted From Other Drawings'&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What System Variable is this? &amp;nbsp;I can't seem to find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;..................&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/20448"&gt;@mdhutchinson&lt;/a&gt;&amp;nbsp;It's stored in the registry. You can access it using&lt;/P&gt;
&lt;PRE&gt;(vl-registry-read (strcat "HKEY_CURRENT_USER\\" (vlax-machine-product-key) "\\Profiles\\" (getvar"cprofile") "\\Defaults\\AecBase70\\DwgSetup\\Imperial")  "ScaleOnInsert")&lt;/PRE&gt;
&lt;P&gt;and overwrite it&lt;/P&gt;
&lt;PRE&gt;(vl-registry-write (strcat "HKEY_CURRENT_USER\\" (vlax-machine-product-key) "\\Profiles\\" (getvar"cprofile") "\\Defaults\\AecBase70\\DwgSetup\\Imperial")  "ScaleOnInsert" 1)&lt;/PRE&gt;
&lt;P&gt;0 - unchecked 1 - checked&lt;/P&gt;
&lt;P&gt;I am not sure if plain AutoCAD has this setting. It shows up on my Civil 3D though.&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 00:36:31 GMT</pubDate>
    <dc:creator>Ranjit_Singh</dc:creator>
    <dc:date>2017-02-16T00:36:31Z</dc:date>
    <item>
      <title>Variable Name?: Scale objects inserted from other drawings.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/variable-name-scale-objects-inserted-from-other-drawings/m-p/6876808#M123515</link>
      <description>&lt;P&gt;'&lt;EM&gt;Scale Objects Inserted From Other Drawings'&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What System Variable is this? &amp;nbsp;I can't seem to find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2017-02-14_8-20-38.png" style="width: 670px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/322589i4248540C9142FD0F/image-size/large?v=v2&amp;amp;px=999" role="button" title="2017-02-14_8-20-38.png" alt="2017-02-14_8-20-38.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2017 14:26:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/variable-name-scale-objects-inserted-from-other-drawings/m-p/6876808#M123515</guid>
      <dc:creator>mdhutchinson</dc:creator>
      <dc:date>2017-02-14T14:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Name?: Scale objects inserted from other drawings.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/variable-name-scale-objects-inserted-from-other-drawings/m-p/6881261#M123516</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/20448"&gt;@mdhutchinson&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;'&lt;EM&gt;Scale Objects Inserted From Other Drawings'&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What System Variable is this? &amp;nbsp;I can't seem to find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;..................&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/20448"&gt;@mdhutchinson&lt;/a&gt;&amp;nbsp;It's stored in the registry. You can access it using&lt;/P&gt;
&lt;PRE&gt;(vl-registry-read (strcat "HKEY_CURRENT_USER\\" (vlax-machine-product-key) "\\Profiles\\" (getvar"cprofile") "\\Defaults\\AecBase70\\DwgSetup\\Imperial")  "ScaleOnInsert")&lt;/PRE&gt;
&lt;P&gt;and overwrite it&lt;/P&gt;
&lt;PRE&gt;(vl-registry-write (strcat "HKEY_CURRENT_USER\\" (vlax-machine-product-key) "\\Profiles\\" (getvar"cprofile") "\\Defaults\\AecBase70\\DwgSetup\\Imperial")  "ScaleOnInsert" 1)&lt;/PRE&gt;
&lt;P&gt;0 - unchecked 1 - checked&lt;/P&gt;
&lt;P&gt;I am not sure if plain AutoCAD has this setting. It shows up on my Civil 3D though.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 00:36:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/variable-name-scale-objects-inserted-from-other-drawings/m-p/6881261#M123516</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2017-02-16T00:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Variable Name?: Scale objects inserted from other drawings.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/variable-name-scale-objects-inserted-from-other-drawings/m-p/6881338#M123517</link>
      <description>&lt;P&gt;Yes, I am but an old f@rt running vanilla 2002, but...&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;error: no function definition: VLAX-MACHINE-PRODUCT-KEY&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 02:05:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/variable-name-scale-objects-inserted-from-other-drawings/m-p/6881338#M123517</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2017-02-16T02:05:26Z</dc:date>
    </item>
  </channel>
</rss>

