<?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: annotation scale amsymscale in VBA Forum</title>
    <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235734#M20093</link>
    <description>hey clueless, it is a system variable. however, it would seem that autodesk &lt;BR /&gt;
is not allowing access to it. this is from the help files in Mechanical &lt;BR /&gt;
2009.&lt;BR /&gt;
&lt;BR /&gt;
AMSYMSCALE System Variable&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Controls the scale to be used for text and symbols for the drawing in model &lt;BR /&gt;
space.&lt;BR /&gt;
&lt;BR /&gt;
      Type:&lt;BR /&gt;
     Real&lt;BR /&gt;
&lt;BR /&gt;
      Initial value:&lt;BR /&gt;
     1&lt;BR /&gt;
&lt;BR /&gt;
      Possible values:&lt;BR /&gt;
     Only positive numbers are allowed.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:5909221@discussion.autodesk.com...&lt;BR /&gt;
AMSYMSCALE is not a system variable, which is why you can't access it as &lt;BR /&gt;
one.&lt;BR /&gt;
&lt;BR /&gt;
My advice would be to visit the relevant discussion group, and ask there, if &lt;BR /&gt;
there is any vertical API that allows you to access this setting (sorry, I'm &lt;BR /&gt;
not too familiar with AMECH).&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;JEMORRIS&gt; wrote in message news:5909183@discussion.autodesk.com...&lt;BR /&gt;
No luck with variant, Previously I had it as double&lt;/JEMORRIS&gt;&lt;/TONY.TANZILLO&gt;</description>
    <pubDate>Sat, 19 Apr 2008 19:05:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2008-04-19T19:05:29Z</dc:date>
    <item>
      <title>annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235727#M20086</link>
      <description>I am writing a vba macro in AutoCAD Mechanical 2008.  My code errors at the following line....&lt;BR /&gt;
dblOldDimension = ThisDrawing.GetVariable("amsymscale")&lt;BR /&gt;
error getting system variable.  I am able to write a value to amsymscale using the SendCommand.  As a precaution I have referenced AutoCAD Mechanical 1.0 Type Library.  Is this a variable or only a command?  The code I am writing requires this value to perform a computation.  Help greatly app.&lt;BR /&gt;
&lt;BR /&gt;
Also is there any resources Mechanical VBA?  Thanks.</description>
      <pubDate>Fri, 18 Apr 2008 20:20:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235727#M20086</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T20:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235728#M20087</link>
      <description>change the data type of your varaible to a variant and see if that works?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;JEMORRIS&gt; wrote in message news:5909172@discussion.autodesk.com...&lt;BR /&gt;
I am writing a vba macro in AutoCAD Mechanical 2008.  My code errors at the &lt;BR /&gt;
following line....&lt;BR /&gt;
dblOldDimension = ThisDrawing.GetVariable("amsymscale")&lt;BR /&gt;
error getting system variable.  I am able to write a value to amsymscale &lt;BR /&gt;
using the SendCommand.  As a precaution I have referenced AutoCAD Mechanical &lt;BR /&gt;
1.0 Type Library.  Is this a variable or only a command?  The code I am &lt;BR /&gt;
writing requires this value to perform a computation.  Help greatly app.&lt;BR /&gt;
&lt;BR /&gt;
Also is there any resources Mechanical VBA?  Thanks.&lt;/JEMORRIS&gt;</description>
      <pubDate>Fri, 18 Apr 2008 20:25:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235728#M20087</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T20:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235729#M20088</link>
      <description>No luck with variant, Previously I had it as double</description>
      <pubDate>Fri, 18 Apr 2008 20:41:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235729#M20088</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T20:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235730#M20089</link>
      <description>"Steve" &lt;NOWAY&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;  change the data type of your varaible to a variant and see if that works?&lt;BR /&gt;
&lt;BR /&gt;
Hey clueless, there's no system variable named AMSYMSCALE.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
http://www.acadxtabs.com&lt;/NOWAY&gt;</description>
      <pubDate>Fri, 18 Apr 2008 20:52:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235730#M20089</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T20:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235731#M20090</link>
      <description>AMSYMSCALE is not a system variable, which is why you can't access it as one.&lt;BR /&gt;
&lt;BR /&gt;
My advice would be to visit the relevant discussion group, and ask there, if there is any vertical API that allows you to access this setting (sorry, I'm not too familiar with AMECH).&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;JEMORRIS&gt; wrote in message news:5909183@discussion.autodesk.com...&lt;BR /&gt;
No luck with variant, Previously I had it as double&lt;/JEMORRIS&gt;</description>
      <pubDate>Fri, 18 Apr 2008 20:52:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235731#M20090</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-18T20:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235732#M20091</link>
      <description>hey clueless, did i ask you?&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:5909220@discussion.autodesk.com...&lt;BR /&gt;
"Steve" &lt;NOWAY&gt; wrote:&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;  change the data type of your varaible to a variant and see if that &lt;BR /&gt;
&amp;gt;&amp;gt; works?&lt;BR /&gt;
&lt;BR /&gt;
Hey clueless, there's no system variable named AMSYMSCALE.&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
http://www.acadxtabs.com&lt;/NOWAY&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Sat, 19 Apr 2008 14:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235732#M20091</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-19T14:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235733#M20092</link>
      <description>We use Mechanical. I do not think the Object Model makes this available yet (at least in AM2006). Your only alternative is the command line.</description>
      <pubDate>Sat, 19 Apr 2008 15:17:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235733#M20092</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-19T15:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235734#M20093</link>
      <description>hey clueless, it is a system variable. however, it would seem that autodesk &lt;BR /&gt;
is not allowing access to it. this is from the help files in Mechanical &lt;BR /&gt;
2009.&lt;BR /&gt;
&lt;BR /&gt;
AMSYMSCALE System Variable&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Controls the scale to be used for text and symbols for the drawing in model &lt;BR /&gt;
space.&lt;BR /&gt;
&lt;BR /&gt;
      Type:&lt;BR /&gt;
     Real&lt;BR /&gt;
&lt;BR /&gt;
      Initial value:&lt;BR /&gt;
     1&lt;BR /&gt;
&lt;BR /&gt;
      Possible values:&lt;BR /&gt;
     Only positive numbers are allowed.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
"Tony Tanzillo" &lt;TONY.TANZILLO&gt; wrote in message &lt;BR /&gt;
news:5909221@discussion.autodesk.com...&lt;BR /&gt;
AMSYMSCALE is not a system variable, which is why you can't access it as &lt;BR /&gt;
one.&lt;BR /&gt;
&lt;BR /&gt;
My advice would be to visit the relevant discussion group, and ask there, if &lt;BR /&gt;
there is any vertical API that allows you to access this setting (sorry, I'm &lt;BR /&gt;
not too familiar with AMECH).&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
&lt;JEMORRIS&gt; wrote in message news:5909183@discussion.autodesk.com...&lt;BR /&gt;
No luck with variant, Previously I had it as double&lt;/JEMORRIS&gt;&lt;/TONY.TANZILLO&gt;</description>
      <pubDate>Sat, 19 Apr 2008 19:05:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235734#M20093</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-19T19:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235735#M20094</link>
      <description>It's not an AutoCAD system variable.  &lt;BR /&gt;
&lt;BR /&gt;
AutoCAD system variables can be accessed using the SETVAR and GETVAR commands, and the equvialent API methods.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
-- &lt;BR /&gt;
http://www.caddzone.com&lt;BR /&gt;
&lt;BR /&gt;
AcadXTabs: MDI Document Tabs for AutoCAD 2009&lt;BR /&gt;
Supporting AutoCAD 2000 through 2009&lt;BR /&gt;
http://www.acadxtabs.com&lt;BR /&gt;
&lt;BR /&gt;
"Steve" &lt;NOWAY&gt; wrote in message news:5909514@discussion.autodesk.com...&lt;BR /&gt;
hey clueless, it is a system variable. however, it would seem that autodesk &lt;BR /&gt;
is not allowing access to it. this is from the help files in Mechanical &lt;BR /&gt;
2009.&lt;BR /&gt;
&lt;BR /&gt;
AMSYMSCALE System Variable&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Controls the scale to be used for text and symbols for the drawing in model &lt;BR /&gt;
space.&lt;BR /&gt;
&lt;BR /&gt;
      Type:&lt;BR /&gt;
     Real&lt;BR /&gt;
&lt;BR /&gt;
      Initial value:&lt;BR /&gt;
     1&lt;BR /&gt;
&lt;BR /&gt;
      Possible values:&lt;BR /&gt;
     Only positive numbers are allowed.&lt;/NOWAY&gt;</description>
      <pubDate>Sat, 19 Apr 2008 19:42:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235735#M20094</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-19T19:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: annotation scale amsymscale</title>
      <link>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235736#M20095</link>
      <description>Under the McadStandard Object Memebers I found a Public Property called Scale that is described as&lt;BR /&gt;
Description&lt;BR /&gt;
Specifies the scale used to create any new symbols based on this standard.&lt;BR /&gt;
&lt;BR /&gt;
Property type&lt;BR /&gt;
Read-write property&lt;BR /&gt;
&lt;BR /&gt;
Syntax (Visual Basic)&lt;BR /&gt;
Public Property Scale() As Double&lt;BR /&gt;
&lt;BR /&gt;
Remarks&lt;BR /&gt;
This property is Double. &lt;BR /&gt;
See Also&lt;BR /&gt;
McadStandard Object &lt;BR /&gt;
&lt;BR /&gt;
 Due to me being new with VBA, can I do anything with this?  Thanks.</description>
      <pubDate>Mon, 21 Apr 2008 17:11:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/vba-forum/annotation-scale-amsymscale/m-p/2235736#M20095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2008-04-21T17:11:01Z</dc:date>
    </item>
  </channel>
</rss>

