<?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: Setting Object as default when measuring areas in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116329#M363554</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4712965"&gt;@cjshaw14&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can&amp;nbsp;by using the &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;O&lt;/FONT&gt;bject&lt;/STRONG&gt; option for closed polylines, circles, and regions. Results are displayed in the command line in current drawing units.&lt;/LI&gt;
&lt;LI&gt;Also, Enter the &lt;STRONG&gt;LIST&lt;/STRONG&gt; command, which will display the area&amp;nbsp;(and other information) on the command line (pressing F2 will show an expanded Command&amp;nbsp;window).&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Or, press &lt;STRONG&gt;Ctrl+1&lt;/STRONG&gt;, which will bring up the Properties palette. The Area will be shown in the Geometry section.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Mon, 04 May 2026 20:10:12 GMT</pubDate>
    <dc:creator>imadHabash</dc:creator>
    <dc:date>2026-05-04T20:10:12Z</dc:date>
    <item>
      <title>Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116299#M363551</link>
      <description>&lt;P&gt;I have several areas I need to measure of a building. Each area is outlined with a polyline, selecting Measure, Area, the default prompt is Specify first corner. Is there a way to set the prompt as Select object instead?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 18:24:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116299#M363551</guid>
      <dc:creator>cjshaw14</dc:creator>
      <dc:date>2026-05-04T18:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116329#M363554</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4712965"&gt;@cjshaw14&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;You can&amp;nbsp;by using the &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;O&lt;/FONT&gt;bject&lt;/STRONG&gt; option for closed polylines, circles, and regions. Results are displayed in the command line in current drawing units.&lt;/LI&gt;
&lt;LI&gt;Also, Enter the &lt;STRONG&gt;LIST&lt;/STRONG&gt; command, which will display the area&amp;nbsp;(and other information) on the command line (pressing F2 will show an expanded Command&amp;nbsp;window).&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Or, press &lt;STRONG&gt;Ctrl+1&lt;/STRONG&gt;, which will bring up the Properties palette. The Area will be shown in the Geometry section.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Mon, 04 May 2026 20:10:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116329#M363554</guid>
      <dc:creator>imadHabash</dc:creator>
      <dc:date>2026-05-04T20:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116337#M363555</link>
      <description>&lt;P&gt;You can also just select such a Polyline, and see its Area in the Properties palette, with no command involved.&amp;nbsp; I just keep the Properties palette docked all the time, for just this kind of reason.&amp;nbsp; Or use the LIST command, which will report the area with mere object selection, not requiring picking of points.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDIT:&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt; The approach you use may depend on what you want to do with the information.&amp;nbsp; If you just want to see it, it may not matter how.&amp;nbsp; The advantage of using an AREA &lt;EM&gt;command&lt;/EM&gt; with the Object option is that the result then goes into the AREA &lt;EM&gt;system variable&lt;/EM&gt;, which you can then pull using&lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt; (getvar 'area)&lt;/STRONG&gt; &lt;/FONT&gt;to use in [for example] calculations or Text content in an AutoLisp routine.&amp;nbsp; [But keep in mind that the value will be &lt;EM&gt;in square drawing units&lt;/EM&gt;, so if you use Imperial Architectural or Engineering units it will be in square &lt;EM&gt;inches&lt;/EM&gt;, without the square &lt;EM&gt;feet&lt;/EM&gt; variant that you see displayed in Properties or in LIST's reporting.&amp;nbsp; Or if your drawing unit is a &lt;EM&gt;millimeter&lt;/EM&gt;&amp;nbsp;or &lt;EM&gt;centimeter&lt;/EM&gt;, you will need to do the division if you want it in square &lt;EM&gt;meters&lt;/EM&gt;.]&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 19:21:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116337#M363555</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-04T19:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116355#M363556</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/508410"&gt;@imadHabash&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... You can&amp;nbsp;by using the &lt;STRONG&gt;Object&lt;/STRONG&gt; option for closed polylines, circles, and regions. ...&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... and Splines and Ellipses.&amp;nbsp; Any closed "basic" object type [not MLINEs].&lt;/P&gt;
&lt;P&gt;[Interestingly, the Properties palette will even show you an Area for an &lt;EM&gt;Arc&lt;/EM&gt;, the same as if it were a Polyline with a line segment chord closing it.&amp;nbsp; But neither AREA nor LIST will give you an Arc's area -- they both complain that the object has no area.&amp;nbsp; The AREA command with Object option also reports the area of an&amp;nbsp;&lt;EM&gt;open&lt;/EM&gt; Polyline or Spline or Ellipse; LIST does for an open Polyline but not a Spline or Ellipse.&amp;nbsp; The Properties palette shows it for an open Polyline or Ellipse but not an open Spline.]&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 19:33:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116355#M363556</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-04T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116430#M363557</link>
      <description>&lt;P&gt;Assuming that you want to find the area of several PLINES&amp;nbsp; with the AREA command in sequence without having to enter the 'O', on the command line type (command "area" "O") and press Enter.&amp;nbsp; Select the PLINE which will display the area and perimeter.&amp;nbsp; Then Press Enter to repeat.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 20:07:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116430#M363557</guid>
      <dc:creator>autoid374ceb4990</dc:creator>
      <dc:date>2026-05-04T20:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116458#M363558</link>
      <description>&lt;P&gt;AREA is on one side of the keyboard, if you type AREA then hit the spacebar twice it will go straight to select objects.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 20:39:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14116458#M363558</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2026-05-04T20:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117268#M363573</link>
      <description>&lt;P&gt;Hitting the space bar twice in the AREA command does not work on my old version of AutoCAD.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 11:38:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117268#M363573</guid>
      <dc:creator>autoid374ceb4990</dc:creator>
      <dc:date>2026-05-05T11:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117340#M363583</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11054766"&gt;@autoid374ceb4990&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hitting the space bar twice in the AREA command does not work on my old version of AutoCAD.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;What version of AutoCAD are you using?&amp;nbsp; Spacebar has always, to my knowledge,&amp;nbsp; acted the same, similar to pressing enter.&amp;nbsp; Can you show a screenshot of your command line after typing AREA and hitting the spacebar?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 12:48:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117340#M363583</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2026-05-05T12:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117398#M363591</link>
      <description>&lt;P&gt;Granted that I am using R14 and, as you stated, normally Space Bar or Enter usually act the same, but for this particular command pressing either key does nothing but terminate the command.&amp;nbsp; Entering 'O' (for object) allows the selection of an entity.&amp;nbsp; Text in red was added to the screen shot.&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="area_command.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1637837i9D6EFF8917E367DB/image-size/large?v=v2&amp;amp;px=999" role="button" title="area_command.jpg" alt="area_command.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 13:22:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117398#M363591</guid>
      <dc:creator>autoid374ceb4990</dc:creator>
      <dc:date>2026-05-05T13:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117418#M363592</link>
      <description>&lt;P&gt;So older versions like that don't yet have a default offered as in newer versions:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1777987799590.png" style="width: 529px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1637844i57A5E89B9EBFEAC5/image-dimensions/529x45?v=v2" width="529" height="45" role="button" title="Kent1Cooper_0-1777987799590.png" alt="Kent1Cooper_0-1777987799590.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which one gets by hitting Enter/space.&lt;/P&gt;
&lt;P&gt;It would be easy to make a little custom command definition that would invoke the Object option for you, regardless of version.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDiT:&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; For example:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="4"&gt;&lt;STRONG&gt;(defun C:AO () (command "_.area" "_object") (prin1))&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 13:49:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117418#M363592</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-05T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117517#M363595</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier" size="4"&gt;&lt;STRONG&gt;(defun C:AO () (command "_.area" "_object") (prin1))&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Yes, that works just like my suggestion in post #5.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 14:26:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117517#M363595</guid>
      <dc:creator>autoid374ceb4990</dc:creator>
      <dc:date>2026-05-05T14:26:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117556#M363597</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11054766"&gt;@autoid374ceb4990&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier" size="4"&gt;&lt;STRONG&gt;....&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Yes, that works just like my suggestion in post #5.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Except that when I follow your suggestion in Message 5, the first pass works fine, but when I "Press Enter to repeat", it recalls only the basic Area command with its standard prompt, &lt;EM&gt;without&lt;/EM&gt;&amp;nbsp;automatic selection of the Object option built in as on the first pass.&amp;nbsp; Defining it into a custom command name &lt;EM&gt;does&lt;/EM&gt; get it with the built-in Object option, when repeated with Enter.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 18:34:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117556#M363597</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-05T18:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117807#M363607</link>
      <description>&lt;P&gt;Thank you, for doing a few area measurements these are all great suggestions. However, on the dwg I am working on, there are over one hundred areas to measure, then type each number into a text field for that area. Back to the original question, is it possible to have the prompt set as Select Object or even better, which I am researching, can a one button shortcut (macro) be created and added to the panel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Similar to the CUI, I’ve customized the mouse right click and a pulldown menus to only the items used most often like Clipboard, Copy Basepoint, Paste As Block, etc. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 17:59:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117807#M363607</guid>
      <dc:creator>cjshaw14</dc:creator>
      <dc:date>2026-05-05T17:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117865#M363608</link>
      <description>&lt;P&gt;There are surely routines you can Search for [more likely in the &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/bd-p/visual-lisp-autolisp-customization-forum-en" target="_blank" rel="noopener"&gt;Customization Forum&lt;/A&gt;] that will create and fill in such a Field for the area of any selected object [that has area], so that all you need to do is call the command, select the object, and maybe tell it where you want the text Field if that's not automatically centered on the object or something.&amp;nbsp; Some may let you pick multiple objects at once if their Field text part is positioned in some standard way.&amp;nbsp; There should be no need to read what is reported and then type it into text content yourself.&amp;nbsp; Search for terms like "label area" or variants including "field" and/or "text."&lt;/P&gt;
&lt;P&gt;If you find such a command definition that works for you, getting it automatically loaded into every drawing is easy, and a keyboard shortcut can be made to call it, or you can put it into a Tool Palette button, and maybe a few other approaches.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 19:24:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117865#M363608</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2026-05-05T19:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117887#M363611</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4712965"&gt;@cjshaw14&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&lt;SPAN&gt;.... Similar to the CUI, I’ve customized the mouse right click and a pulldown menus to only the items used most often like Clipboard, Copy Basepoint, Paste As Block, etc.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;In old R0014, you will need to find and edit your active in use MNU/MNR files, and enter your LISP/Code there. Then reload, test, probably open it again to tweak.&lt;/P&gt;&lt;P&gt;How familiar are you with all of that? There is nothing "graphic interface" in R0014.&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2026 18:46:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117887#M363611</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2026-05-05T18:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117933#M363615</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4712965"&gt;@cjshaw14&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thank you, for doing a few area measurements these are all great suggestions. However, on the dwg I am working on, there are over one hundred areas to measure, then type each number into a text field for that area. Back to the original question, is it possible to have the prompt set as Select Object or even better, which I am researching, can a one button shortcut (macro) be created and added to the panel.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similar to the CUI, I’ve customized the mouse right click and a pulldown menus to only the items used most often like Clipboard, Copy Basepoint, Paste As Block, etc. &amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So what you are really looking for is a way to place text in the drawing that displays the area of a bunch of objects?&lt;/P&gt;
&lt;P&gt;That task vould be automated with a LISP routine that has you select the object, and it adds a piece of text with a field linked to the object.&lt;/P&gt;
&lt;P&gt;Ive got one, but wont have access to get it for about an hour.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="lisp"&gt;(defun LinkedArea (ent pt / obj objID ip width str)
  (setq obj   (vlax-ename-&amp;gt;vla-object ent)
        objID (vla-get-objectid obj)
        ip    (vlax-3D-Point pt)
        width 0.0
        str   (strcat
                "%&amp;lt;\\AcObjProp Object(%&amp;lt;\\_ObjId " (itoa objID) "&amp;gt;%).Area \\f \"%lu2%pr2\"&amp;gt;%"
              )
  )
  (setq tobj (vla-addMText (vla-get-modelspace (vla-get-activedocument (vlax-get-acad-object))) ip width str))
)
(defun c:QTA (/ a b)
(setq a (car (entsel)) b (getpoint "\n Select Point: "))
(linkedarea a b)
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 05 May 2026 20:22:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14117933#M363615</guid>
      <dc:creator>chriscowgill7373</dc:creator>
      <dc:date>2026-05-05T20:22:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14118974#M363673</link>
      <description>&lt;P&gt;Attached is an AI generated (old) LISP program that will label the area of closed POLYLINEs.&amp;nbsp; Works only with closed POLYLINEs.&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2026 13:44:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14118974#M363673</guid>
      <dc:creator>autoid374ceb4990</dc:creator>
      <dc:date>2026-05-06T13:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14134198#M364224</link>
      <description>&lt;P&gt;Hello, &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4712965"&gt;@cjshaw14&lt;/a&gt;&lt;/SPAN&gt; ,&lt;BR /&gt;&lt;BR /&gt;Just checking in—did the responses shared by &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11054766"&gt;@autoid374ceb4990&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&lt;/SPAN&gt; &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/475424"&gt;@chriscowgill7373&lt;/a&gt;&lt;/SPAN&gt; &amp;nbsp;help clarify your question?&lt;BR /&gt;&lt;BR /&gt;If so, please consider clicking the "Accept Solution" button. Doing so helps others in the community find answers to similar issues.&lt;BR /&gt;&lt;BR /&gt;If your question still needs more attention, feel free to reply here with an update. This way, other members can jump in with further suggestions or guidance to help you move forward.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 09:30:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14134198#M364224</guid>
      <dc:creator>pkomatlapalli</dc:creator>
      <dc:date>2026-05-19T09:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Object as default when measuring areas</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14134736#M364236</link>
      <description>&lt;P&gt;Sorry for the delayed response, I've moved on and ended up doing the original extra steps. I’ll look into Kent1 suggestion of customized.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 19 May 2026 16:12:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/setting-object-as-default-when-measuring-areas/m-p/14134736#M364236</guid>
      <dc:creator>cjshaw14</dc:creator>
      <dc:date>2026-05-19T16:12:17Z</dc:date>
    </item>
  </channel>
</rss>

