<?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 How do I read Custom Properties/Attributes from an anonymous object? in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-do-i-read-custom-properties-attributes-from-an-anonymous/m-p/8931534#M21758</link>
    <description>&lt;P&gt;How do I read Custom Properties/Attributes from an anonymous object?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can read the attributes of the object, but not sure how to read the below:&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="CustomProperites.jpg" style="width: 570px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/661208i540E6D6EF8903F58/image-size/large?v=v2&amp;amp;px=999" role="button" title="CustomProperites.jpg" alt="CustomProperites.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2019 21:56:09 GMT</pubDate>
    <dc:creator>jlobo2</dc:creator>
    <dc:date>2019-07-25T21:56:09Z</dc:date>
    <item>
      <title>How do I read Custom Properties/Attributes from an anonymous object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-do-i-read-custom-properties-attributes-from-an-anonymous/m-p/8931534#M21758</link>
      <description>&lt;P&gt;How do I read Custom Properties/Attributes from an anonymous object?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can read the attributes of the object, but not sure how to read the below:&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="CustomProperites.jpg" style="width: 570px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/661208i540E6D6EF8903F58/image-size/large?v=v2&amp;amp;px=999" role="button" title="CustomProperites.jpg" alt="CustomProperites.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2019 21:56:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-do-i-read-custom-properties-attributes-from-an-anonymous/m-p/8931534#M21758</guid>
      <dc:creator>jlobo2</dc:creator>
      <dc:date>2019-07-25T21:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How do I read Custom Properties/Attributes from an anonymous object?</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-do-i-read-custom-properties-attributes-from-an-anonymous/m-p/8931619#M21759</link>
      <description>&lt;P&gt;Something like this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;var blkRef = blkObjId.GetObject(OpenMode.ForWrite) as BlockReference;
foreach (DynamicBlockReferenceProperty dynProp in blkRef.DynamicBlockReferencePropertyCollection)
{
     if (dynProp.PropertyName == "Distance1")
     {
	dynProp.Value = (blkSetting.StartDistance * modelSpaceScale) + (pext.X * blkSetting.Multiplier);
	ed.WriteMessage("\nTextDist: " + pext.X);
	ed.WriteMessage("\nStartDist: " + blkSetting.StartDistance);
	ed.WriteMessage("\nTotatDist: " + dynProp.Value);
	break;
      }
}&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Jul 2019 23:28:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-do-i-read-custom-properties-attributes-from-an-anonymous/m-p/8931619#M21759</guid>
      <dc:creator>Civil3DReminders_com</dc:creator>
      <dc:date>2019-07-25T23:28:32Z</dc:date>
    </item>
  </channel>
</rss>

