<?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 [AUTOCAD MEP] is there a way to use attributes since property set definitions? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/autocad-mep-is-there-a-way-to-use-attributes-since-property-set/m-p/9504403#M19647</link>
    <description>&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning AutoCAD MEP and I noticed that Attributes Definitions Tags, Values, and Prompts, can not be used since Property set definitions, merge Block Attributes with Property Set Definitions might be awesome because Block Attribute support Fields, ATTOUT, and ATTIN , and Property Set Definitions support formulas and Schedules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to use blocks attributes definitions tag, values, prompts since property set definitions and use their formulas using .NET?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... Or similar?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 09 May 2020 23:59:33 GMT</pubDate>
    <dc:creator>jtm2020hyo</dc:creator>
    <dc:date>2020-05-09T23:59:33Z</dc:date>
    <item>
      <title>[AUTOCAD MEP] is there a way to use attributes since property set definitions?</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-mep-is-there-a-way-to-use-attributes-since-property-set/m-p/9504403#M19647</link>
      <description>&lt;P&gt;Hello everyone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am learning AutoCAD MEP and I noticed that Attributes Definitions Tags, Values, and Prompts, can not be used since Property set definitions, merge Block Attributes with Property Set Definitions might be awesome because Block Attribute support Fields, ATTOUT, and ATTIN , and Property Set Definitions support formulas and Schedules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to use blocks attributes definitions tag, values, prompts since property set definitions and use their formulas using .NET?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;... Or similar?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 May 2020 23:59:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-mep-is-there-a-way-to-use-attributes-since-property-set/m-p/9504403#M19647</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2020-05-09T23:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: [AUTOCAD MEP] is there a way to use attributes since property set definition</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-mep-is-there-a-way-to-use-attributes-since-property-set/m-p/9507180#M19648</link>
      <description>&lt;P&gt;Your question is not very clear to me. But if you mean using data attached to block reference from PropertySet to update attribute value, or the other way around (as long as the PropertySet field is not "by formula" programmatically, then yes, you can do it with AutoCAD .NET API and PropertySetData .NET API, which is not available for plain AutoCAD, but only a few AutoCAD verticals (Architecture, MEP, Civil3D). You need to set reference to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"C:\Program Files\Autodesk\AutoCAD 20xx\ACA\AecPropDataMgd.dll"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for manipulate PropertySet data.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 15:41:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-mep-is-there-a-way-to-use-attributes-since-property-set/m-p/9507180#M19648</guid>
      <dc:creator>norman.yuan</dc:creator>
      <dc:date>2020-05-11T15:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: [AUTOCAD MEP] is there a way to use attributes since property set definition</title>
      <link>https://forums.autodesk.com/t5/net-forum/autocad-mep-is-there-a-way-to-use-attributes-since-property-set/m-p/9508211#M19649</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Your question is not very clear to me. But if you mean using data attached to block reference from PropertySet to update attribute value, or the other way around (as long as the PropertySet field is not "by formula" programmatically, then yes, you can do it with AutoCAD .NET API and PropertySetData .NET API, which is not available for plain AutoCAD, but only a few AutoCAD verticals (Architecture, MEP, Civil3D). You need to set reference to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"C:\Program Files\Autodesk\AutoCAD 20xx\ACA\AecPropDataMgd.dll"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for manipulate PropertySet data.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;if for AutoCAD vanilla exists ATTRIBUTE DEFINITIONS and command TCOUNT command, (as you know, that can renumber multiple attributes with fence and order x-axis and y-axis), I am searching something similar for Property Set Definitions and&amp;nbsp; PropertyRenumberData command, or if possible, just renumber all selected in the same order since a selected number or letter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any code you can share related to this case? for study the code because I am new here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/543921"&gt;@norman.yuan&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;....&lt;BR /&gt;&lt;P&gt;"C:\Program Files\Autodesk\AutoCAD 20xx\ACA\AecPropDataMgd.dll"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for manipulate PropertySet data.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Exist a way to manipulate this file "C:\Program Files\Autodesk\AutoCAD 20xx\ACA\AecPropDataMgd.dll" since Dynamo Studio or Dynamo RunTime?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 22:31:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/autocad-mep-is-there-a-way-to-use-attributes-since-property-set/m-p/9508211#M19649</guid>
      <dc:creator>jtm2020hyo</dc:creator>
      <dc:date>2020-05-11T22:31:16Z</dc:date>
    </item>
  </channel>
</rss>

