<?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: How can I check ACA object properties? in AutoCAD Architecture Customization Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11556884#M405</link>
    <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(vlax-dump-object (vlax-ename-&amp;gt;vla-object (car (entsel))))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Nov 2022 16:15:44 GMT</pubDate>
    <dc:creator>David_W_Koch</dc:creator>
    <dc:date>2022-11-16T16:15:44Z</dc:date>
    <item>
      <title>How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11554042#M403</link>
      <description>&lt;P&gt;I was learning AutoLISP and I found that (dumpallproperties (entsel)) can drop properties for AutoCAD objects.&lt;BR /&gt;&lt;BR /&gt;Is there any equivalent for AutoCAD Architecture Objects? I tried again dumpallproperties but is incomplete, for example do not show object style name.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:39:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11554042#M403</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2022-11-15T16:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11554056#M404</link>
      <description>&lt;P&gt;Also using dumpallproperties drop error:&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="jtm2020hyo_0-1668530670402.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1139994i49F5972F5E89B0B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jtm2020hyo_0-1668530670402.png" alt="jtm2020hyo_0-1668530670402.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 16:44:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11554056#M404</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2022-11-15T16:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11556884#M405</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(vlax-dump-object (vlax-ename-&amp;gt;vla-object (car (entsel))))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 16:15:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11556884#M405</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2022-11-16T16:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11557466#M406</link>
      <description>&lt;P&gt;Is there anything for custom Properties Set Definitions?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 20:02:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11557466#M406</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2022-11-16T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11558198#M407</link>
      <description>&lt;P&gt;You can get to those, but it is not a one-line expression.&amp;nbsp; You have to understand the AutoCAD Architecture object model, and how the Visual LISP ActiveX commands can be used to access it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The AutoCAD object model is still in the &lt;A href="https://help.autodesk.com/view/OARX/2022/ENU/?guid=GUID-FC6FC3E3-ED3E-4E4D-9766-8E4D037241A5" target="_blank" rel="noopener"&gt;online Help&lt;/A&gt;.&amp;nbsp; I have never been able to find the AutoCAD Architecture object model in the online Help, but maybe I am just not looking in the right place.&amp;nbsp; The old off-line help (way back in the 2010 release) had a lot of information on the object model for that release.&amp;nbsp; It has been a while since I last tried to access schedule property data on an AEC object.&amp;nbsp; If I recall correctly, it is not a straightforward thing, like dumping the "regular" properties of the object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the object model diagrams from the 2010 help.&amp;nbsp; Maybe someone else who has gotten into this level of customization for AutoCAD Architecture can point to where this sort of documentation is for more recent versions.&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-center" image-alt="Snag_1f0732ec.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140784i9FBDDBABBD98A81A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f0732ec.png" alt="Snag_1f0732ec.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f079290.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140785i4CF00DB5539ECDC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f079290.png" alt="Snag_1f079290.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f082d0b.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140786i685AFC27AB2A235B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f082d0b.png" alt="Snag_1f082d0b.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f0873e8.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140787i305082B61A144780/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f0873e8.png" alt="Snag_1f0873e8.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f08c033.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140788i1E60BA5C465AB578/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f08c033.png" alt="Snag_1f08c033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 03:52:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11558198#M407</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2022-11-17T03:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11558199#M408</link>
      <description>&lt;P&gt;You can get to those, but it is not a one-line expression.&amp;nbsp; You have to understand the AutoCAD Architecture object model, and how the Visual LISP ActiveX commands can be used to access it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The AutoCAD object model is still in the &lt;A href="https://help.autodesk.com/view/OARX/2022/ENU/?guid=GUID-FC6FC3E3-ED3E-4E4D-9766-8E4D037241A5" target="_blank" rel="noopener"&gt;online Help&lt;/A&gt;.&amp;nbsp; I have never been able to find the AutoCAD Architecture object model in the online Help, but maybe I am just not looking in the right place.&amp;nbsp; The old off-line help (way back in the 2010 release) had a lot of information on the object model for that release.&amp;nbsp; It has been a while since I last tried to access schedule property data on an AEC object.&amp;nbsp; If I recall correctly, it is not a straightforward thing, like dumping the "regular" properties of the object.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are the object model diagrams from the 2010 help.&amp;nbsp; Maybe someone else who has gotten into this level of customization for AutoCAD Architecture can point to where this sort of documentation is for more recent versions.&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-center" image-alt="Snag_1f0732ec.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140784i9FBDDBABBD98A81A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f0732ec.png" alt="Snag_1f0732ec.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f079290.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140785i4CF00DB5539ECDC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f079290.png" alt="Snag_1f079290.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f082d0b.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140786i685AFC27AB2A235B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f082d0b.png" alt="Snag_1f082d0b.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f0873e8.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140787i305082B61A144780/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f0873e8.png" alt="Snag_1f0873e8.png" /&gt;&lt;/span&gt;&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-center" image-alt="Snag_1f08c033.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1140788i1E60BA5C465AB578/image-size/large?v=v2&amp;amp;px=999" role="button" title="Snag_1f08c033.png" alt="Snag_1f08c033.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2022 03:52:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11558199#M408</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2022-11-17T03:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11563433#M409</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3529276"&gt;@jtm2020hyo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of retrieving the value of a Property in a Property Set on a selected object.&amp;nbsp; Apologies for not making the variables local; I adapted code I had used to explore object data access and dumped it into a quick command function.&amp;nbsp; The code defines a custom command called WALLREMARKS.&amp;nbsp; The command prompts the user to select a Wall object.&amp;nbsp; You can select anything, but meaningful results will only be obtained if you select a Wall that has the WallObjects Property Set attached and that Property Set has a Remarks property defined in it.&amp;nbsp; If so, the value of the Remarks property is displayed on the command line.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun C:WallRemarks ()
  (setq	ent   (entsel "\Select Wall: ")
	ename (car ent)
	obj   (vlax-ename-&amp;gt;vla-object ename)
  ) ;_ End setq.

  ;; Code to explore object model.
  (vl-load-com)
  ;; AutoCAD Application Object.
  (setq aa (vlax-get-acad-object))	; Holds the AutoCAD Application object.

  ;; AEC Schedule Applicaton Object.
  (setq	aecschd	(vla-GetInterfaceObject
		  aa
		  (strcat "AecX.AecScheduleApplication" ".8.2")
		)
					; Holds AecScheduleApplication object.
  ) ;_ End setq.

  (setq	oPSets (vlax-invoke-method aecschd 'PropertySets obj)
	iPSets (vlax-get-property oPSets 'Count)
	iPSet  0
  ) ;_ End setq.

  (while (&amp;lt; iPSet iPSets)		; While unprocessed property sets remain...
    (setq oPSet	  (vlax-invoke-method oPSets 'Item iPSet)
					; Get current property set object.
	  sPSetNm (vlax-get-property oPSet 'Name)
					; Get property set name.
    ) ;_ End setq.
    (if	(= (strcase sPSetNm) (strcase "WallObjects"))
      (setq iPSet (1+ iPSets))		; Target property set found, exit while loop.
      (setq iPSet (1+ iPSet))		; Increment property set counter.
    ) ;_ End if.
  ) ;_ End while.

  (cond					; Cond A.
    ((= iPSet iPSets)
     ;; If the property set is not found after processing all attached property sets, issue prompt.
     (prompt "\nWallObjects not found on selected object. ")
    ) ;_ End condition A1.
    (T
     (setq oProps (vlax-get-property oPSet 'Properties)
	   iProps (vlax-get-property oProps 'Count)
					; Total number of properties in the property set.
	   iProp  0
     ) ;_ End setq.

     (while (&amp;lt; iProp iProps)		; While unprocessed properties remain...
       (setq oProp   (vlax-invoke-method oProps 'Item iProp)
					; Get current property object.
	     sPropNm (vlax-get-property oProp 'Name)
					; Get property name.
       ) ;_ End setq.
       (if (= (strcase sPropNm) (strcase "Remarks"))
	 (setq iProp (1+ iProps))	; Target property found, exit while loop.
	 (setq iProp (1+ iProp))	; Increment property counter.
       ) ;_ End if.
     ) ;_ End while.

     (cond				; Cond A2B.
       ((= iProp iProps)
	;; If the property is not found after processing all properties in the property set, issue prompt.
	(prompt
	  "\nWallObjects:Remarks property not found on selected object. "
	)
       ) ;_ End condition A2B1.
       (T
	(setq varPropVal (vlax-get-property oProp 'Value)
	      sPropVal	 (vlax-variant-value varPropVal)
	) ;_ End setq.
	(prompt
	  (strcat
	    "\nRemarks property value = \""
	    sPropVal
	    "\"  "
	  ) ;_ End strcat.
	) ;_ End prompt.
       ) ;_ End condition A2B2.
     ) ;_ End cond A2B.

    ) ;_ End condition A2.
  ) ;_ End cond A.
  (prin1)
) ;_ End C:WallRemarks.&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a little more than a single line.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&amp;nbsp; And all of that to get one property value!&amp;nbsp; To be fair, you would not have to repeat the entire thing for each additional property value.&amp;nbsp; You would only need to do the code up through finding the target Property Set once, then have a while loop searching for a given target Property for each target Property, saving the values to unique variables.&amp;nbsp; Then a single prompt could display all of the collected values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Copy the above to Notepad (or any other plain text editor) and save it as an AutoLISP file (LSP extension).&amp;nbsp; Drag and drop the file into the AutoCAD canvas and the WALLREMARKS command will be defined.&amp;nbsp; Type WALLREMARKS at the command prompt and press the ENTER key to run the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;U&gt;NOTE&lt;/U&gt;:&lt;/STRONG&gt;&amp;nbsp; This is written to run in AutoCAD Architecture 2020.&amp;nbsp; In line 15, change &lt;STRONG&gt;".8.2"&lt;/STRONG&gt; to&amp;nbsp;&lt;STRONG&gt;".8.3"&lt;/STRONG&gt; for 2021,&amp;nbsp;&lt;STRONG&gt;".8.4"&lt;/STRONG&gt; for 2022, or&amp;nbsp;&lt;STRONG&gt;".8.5"&lt;/STRONG&gt; for 2023.&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2022 03:46:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11563433#M409</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2022-11-19T03:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11568995#M410</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3529276"&gt;@jtm2020hyo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was considering writing a blog article about accessing AEC Property Data via AutoLISP, and discovered I had already written a set of three articles on that topic.&amp;nbsp; For you, or anyone else who comes across this thread, the articles provide a more detailed description of what the code is doing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://architects-desktop.blogspot.com/2019/11/aca-amep-edit-property-data-via.html" target="_blank" rel="noopener"&gt;ACA-AMEP: Edit Property Data Via AutoLISP, Part 1&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://architects-desktop.blogspot.com/2019/11/aca-amep-edit-property-data-via_5.html" target="_blank" rel="noopener"&gt;ACA-AMEP: Edit Property Data Via AutoLISP, Part 2&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://architects-desktop.blogspot.com/2019/11/aca-amep-edit-property-data-via_15.html" target="_blank" rel="noopener"&gt;ACA-AMEP: Edit Property Data Via AutoLISP, Part 3&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 04:12:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11568995#M410</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2022-11-22T04:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11570450#M411</link>
      <description>&lt;P&gt;I received this message when I tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;Command:
Command:
Command: WALLREMARKS
Select Wall:
WallObjects not found on selected object.
Command:&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;... I forgot something?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 15:28:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11570450#M411</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2022-11-22T15:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11571649#M412</link>
      <description>&lt;P&gt;The Wall you selected does not have a Property Set called WallObjects attached to it.&amp;nbsp; There is an out-of-the-box WallObjects Property Set Definition, that includes a Remarks property.&amp;nbsp; If you attach this to your Wall, then you should get the value of the Remarks property reported on the command line.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 23:34:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11571649#M412</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2022-11-22T23:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11571897#M413</link>
      <description>&lt;P&gt;You can get the out-of-the-box WallObjects Property Set Definition attached to your Wall in at least two ways:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Use the out-of-the-box Wall Tag (Leader) tool and tag your Wall(s).&lt;/LI&gt;
&lt;LI&gt;Use the Style Manager to import the Property Set Definition from the Schedule Tables (Imperial).dwg or Schedule Tables (Metric).dwg source files that ship with the US content.&amp;nbsp; (For those located outside of the US and not installing the US content, check your local content source files; I expect there will be something with out-of-the-box Property Set Definitions.)&amp;nbsp; Then select the Walls and use the Add Property Sets tool at the lower corner of the Extended Data tab of the Properties Palette to add the WallObjects Property Set.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 23 Nov 2022 03:12:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/11571897#M413</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2022-11-23T03:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/12856938#M414</link>
      <description>&lt;P&gt;This info is very relevant, where do you found this info?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... and could share a visualisp sample to how add new property set data? I mean setting which object or style, which property add, which value for custom properties, which formula, etc.&lt;BR /&gt;&lt;BR /&gt;... or where can I found such documentation to learn how to add custom properties to objects since visuallisp?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edit: where could I found the AutoCAD MEP object hierarchy?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 02:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/12856938#M414</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2024-06-24T02:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: How can I check ACA object properties?</title>
      <link>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/12858018#M415</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3529276"&gt;@jtm2020hyo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The object model images are from the Help files that shipped with 2010 AutoCAD Architecture and 2010 AutoCAD MEP.&amp;nbsp; The MEP help did not include diagrams of the object model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The &lt;A href="https://help.autodesk.com/view/OARX/2025/ENU/" target="_blank" rel="noopener"&gt;Developer Documentation link&lt;/A&gt; in the online Help for AMEP 2025 takes you to the AutoCAD developer documentation, which does not appear to include information on AEC objects, but I have not searched extensively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Most of what I know is from the old 2010 help files, things I have read in the forums, and a good deal of trial and error.&amp;nbsp; Almost all of my firm's work is now in Revit, so I have not had much call to maintain familiarity with this level of customization/automation for AutoCAD Architecture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want to look into the resources available in &lt;A href="https://aps.autodesk.com/adn" target="_blank" rel="noopener"&gt;the Autodesk Developer Network&lt;/A&gt;.&amp;nbsp; There may be a few there that know their way around the AMEP object model.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 13:11:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-architecture/how-can-i-check-aca-object-properties/m-p/12858018#M415</guid>
      <dc:creator>David_W_Koch</dc:creator>
      <dc:date>2024-06-24T13:11:10Z</dc:date>
    </item>
  </channel>
</rss>

