<?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 do you programmatically update the metadata &amp;quot;summary&amp;quot; and &amp;quot;description&amp;quot; items in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-do-you-programmatically-update-the-metadata/m-p/142530#M3724</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Neil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, your suggestion is the logical one I have been trying for some time without success.&amp;nbsp; Unfortunately, heres what happens when I use this approach:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I open a newly created featureclass ( arcgis desktop 10 SP3) using the Catalog Item Description context menu choice in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The Item Description dialog pops up and I select the description tab and click "Edit"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In the ensuing editor I enter text into the Description, Summary, and Credits fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. I save my changes then select "Export" back in the Item description display window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Once the export has successfully completed I open the resulting xml file in XML editor and look for my entries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shazam!&amp;nbsp; There they are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The string I entered into the Summary field in the editor shows up under:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "identificationInfo/MD_dataIdentification/&amp;lt;purpose&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The description string appears under: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "identificationInfo/MD_dataIdentification/&amp;lt;abstract&amp;gt;&amp;lt;gco:characterString&amp;gt;description_String &amp;lt;/gco:CharacterString&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the string I entered under Credits appears under : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "identificationInfo/MD_dataIdentification/&amp;lt;credit&amp;gt; element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BUT...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my code I try to load my new featureclass specific data for these elements using the following example for the description field:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pXMLPropertyset.SetpropertyX("identificationInfo/MD_DataIdentification/abstract", &amp;lt;description_string&amp;gt;,esriXMLPropertyType.esriXPTText,esrimlSetPrpertyAction.esriAddOrReplace, False")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which runs, but the &amp;lt;description_string&amp;gt; does not appear in the esri Data Identification display window instead there is this entry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identificationInfo/MD_dataIdentification/&amp;lt;abstract gco:nilReason="Missing"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Given that my understanding level of the metadata system esri now has in place is minimal, I could be making a very simple mistake and wouldn't know it.&amp;nbsp; Any further thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Nov 2011 23:34:12 GMT</pubDate>
    <dc:creator>WilliamKirchhoff</dc:creator>
    <dc:date>2011-11-08T23:34:12Z</dc:date>
    <item>
      <title>How do you programmatically update the metadata &amp;quot;summary&amp;quot; and &amp;quot;description&amp;quot; items?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-do-you-programmatically-update-the-metadata/m-p/142528#M3722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to programmatically update the Summary / Description / Credits and Use Limitations items that appear at the beginning of a metadata description in ArcCatalog?&amp;nbsp; I use IMetadata&amp;nbsp; &amp;amp; IXMLPropertyset to update many of the other elements of a metadata record for a featureclass I have created, but I am unable to figure out how to get at these items.&amp;nbsp; I have searched through the XML output from the ArcCatalog metadata Export function, but I can not find elements relating to these items.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 16:07:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-do-you-programmatically-update-the-metadata/m-p/142528#M3722</guid>
      <dc:creator>WilliamKirchhoff</dc:creator>
      <dc:date>2011-11-08T16:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do you programmatically update the metadata "summary" and "description" items</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-do-you-programmatically-update-the-metadata/m-p/142529#M3723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure exactly which metadata elements you are referring to but a good way to find them is to use the metadata editor dialog to set the values to something unique and then switch the stylesheet to xml and find the values.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 19:01:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-do-you-programmatically-update-the-metadata/m-p/142529#M3723</guid>
      <dc:creator>NeilClemmons</dc:creator>
      <dc:date>2011-11-08T19:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do you programmatically update the metadata "summary" and "description" items</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/how-do-you-programmatically-update-the-metadata/m-p/142530#M3724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Neil,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the reply, your suggestion is the logical one I have been trying for some time without success.&amp;nbsp; Unfortunately, heres what happens when I use this approach:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. I open a newly created featureclass ( arcgis desktop 10 SP3) using the Catalog Item Description context menu choice in ArcMap.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The Item Description dialog pops up and I select the description tab and click "Edit"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. In the ensuing editor I enter text into the Description, Summary, and Credits fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. I save my changes then select "Export" back in the Item description display window.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Once the export has successfully completed I open the resulting xml file in XML editor and look for my entries.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shazam!&amp;nbsp; There they are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The string I entered into the Summary field in the editor shows up under:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "identificationInfo/MD_dataIdentification/&amp;lt;purpose&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The description string appears under: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "identificationInfo/MD_dataIdentification/&amp;lt;abstract&amp;gt;&amp;lt;gco:characterString&amp;gt;description_String &amp;lt;/gco:CharacterString&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the string I entered under Credits appears under : &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; "identificationInfo/MD_dataIdentification/&amp;lt;credit&amp;gt; element.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BUT...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my code I try to load my new featureclass specific data for these elements using the following example for the description field:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;pXMLPropertyset.SetpropertyX("identificationInfo/MD_DataIdentification/abstract", &amp;lt;description_string&amp;gt;,esriXMLPropertyType.esriXPTText,esrimlSetPrpertyAction.esriAddOrReplace, False")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;which runs, but the &amp;lt;description_string&amp;gt; does not appear in the esri Data Identification display window instead there is this entry:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;identificationInfo/MD_dataIdentification/&amp;lt;abstract gco:nilReason="Missing"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Given that my understanding level of the metadata system esri now has in place is minimal, I could be making a very simple mistake and wouldn't know it.&amp;nbsp; Any further thoughts?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 23:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/how-do-you-programmatically-update-the-metadata/m-p/142530#M3724</guid>
      <dc:creator>WilliamKirchhoff</dc:creator>
      <dc:date>2011-11-08T23:34:12Z</dc:date>
    </item>
  </channel>
</rss>

