<?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: Getting &amp;quot;Note&amp;quot; field from extended data in Automap 2006 in AutoCAD Map 3D Developer Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803247#M1840</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#666699"&gt;&amp;gt;&amp;gt; but it just turns up references to&amp;nbsp;Autodesk.Aec.DatabaseServices.TextNote, which isn't exposed in Automap 2006&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It is not in the API of AutoCAD Map3D any newer version too, so maybe you should post the question in the forum for AutoCAD &amp;amp; dotNET &lt;A target="_self" href="https://forums.autodesk.com/t5/NET/bd-p/152"&gt;&amp;gt;&amp;gt;&amp;gt;here&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry that I'm no help now, - alfred -&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2013 22:09:06 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2013-03-12T22:09:06Z</dc:date>
    <item>
      <title>Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803158#M1833</link>
      <description>&lt;P&gt;I've been trying to get the contents of the "notes" extended data property using autocad.net (C#), but I've run into a dead end. I've got the following code to get the&amp;nbsp;DBObject:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DBDictionary extensionDictionary = transaction.GetObject(dbObject.ExtensionDictionary, OpenMode.ForRead) as DBDictionary;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;DBObject note = transaction.GetObject(extensionDictionary.GetAt("AEC_TEXT_NOTE"),&amp;nbsp;OpenMode.ForRead);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's returning a non-null object, but I can't figure out what to cast it to so that I can get data out of it. I've looked online, and keep seeing Autodesk.Aec.DatabaseServices.TextNote referenced, but that's only for Autocad 2007 and later. Is there any way to access that data in Automap 2006?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 20:57:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803158#M1833</guid>
      <dc:creator>swagues</dc:creator>
      <dc:date>2013-03-12T20:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803164#M1834</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#666699"&gt;&amp;gt;&amp;gt; [...] extended data property [...]&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Not sure if you mix something up, but "Extended-Entity-Data" (or EED) is not the same as "ExtensionDictionary".&lt;/P&gt;&lt;P&gt;To access EED's you can open a DBObject (at least for read) and there you find a property named "XData" (of type DatabaseServices.ResultBuffer).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HTH, - alfred -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 21:03:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803164#M1834</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2013-03-12T21:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803168#M1835</link>
      <description>&lt;P&gt;No, the XData for the object being returned is null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've checked both the &amp;nbsp;XData and the extension dictionaries for an entity that has something in the notes field and one that doesn't, and in the one that does I'm getting an entry in the extension dictionary under "AEC_TEXT_NOTE".&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 21:09:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803168#M1835</guid>
      <dc:creator>swagues</dc:creator>
      <dc:date>2013-03-12T21:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803171#M1836</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you then upload a drawing with one object having this data attached?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 21:12:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803171#M1836</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2013-03-12T21:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803177#M1837</link>
      <description>&lt;P&gt;The purple square has a note (viewable under Properties-&amp;gt;Extended Data).&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 21:18:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803177#M1837</guid>
      <dc:creator>swagues</dc:creator>
      <dc:date>2013-03-12T21:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803226#M1838</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;maybe I don't understand the question correct, but for me it's an DBDictionary not having to much info.&lt;/P&gt;&lt;P&gt;What the structure for this codes 280 and 281 means ... sorry I don't know that, I guess that is something architectural-specific.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG align="middle" alt="2013-03-12 22-38-42.png" src="https://forums.autodesk.com/t5/image/serverpage/image-id/48658i951DF563EAC343FF/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" title="2013-03-12 22-38-42.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to get more info about this structure &lt;A href="http://www.google.de/search?q=AEC_TEXT_NOTE&amp;amp;ie=UTF-8" target="_self"&gt;&amp;gt;&amp;gt;&amp;gt;this search&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt; may help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 21:44:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803226#M1838</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2013-03-12T21:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803239#M1839</link>
      <description>&lt;P&gt;I can get the extension dictionary just fine- it's when I get the object contained in it using the "AEC_TEXT_NOTE" key that I wind up with a DBObject I can't do anything with.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done that exact search, but it just turns up references to&amp;nbsp;Autodesk.Aec.DatabaseServices.TextNote, which isn't exposed in Automap 2006.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 22:02:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803239#M1839</guid>
      <dc:creator>swagues</dc:creator>
      <dc:date>2013-03-12T22:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Getting "Note" field from extended data in Automap 2006</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803247#M1840</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#666699"&gt;&amp;gt;&amp;gt; but it just turns up references to&amp;nbsp;Autodesk.Aec.DatabaseServices.TextNote, which isn't exposed in Automap 2006&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It is not in the API of AutoCAD Map3D any newer version too, so maybe you should post the question in the forum for AutoCAD &amp;amp; dotNET &lt;A target="_self" href="https://forums.autodesk.com/t5/NET/bd-p/152"&gt;&amp;gt;&amp;gt;&amp;gt;here&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry that I'm no help now, - alfred -&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2013 22:09:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-developer-forum/getting-quot-note-quot-field-from-extended-data-in-automap-2006/m-p/3803247#M1840</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2013-03-12T22:09:06Z</dc:date>
    </item>
  </channel>
</rss>

