<?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: increase length of field in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265586#M6846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it because your featureclass is empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/de/knowledgebase/techarticles/detail/42783" title="http://support.esri.com/de/knowledgebase/techarticles/detail/42783"&gt;42783 - Increase the character length for a text field in ArcMap&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 May 2015 13:27:31 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2015-05-29T13:27:31Z</dc:date>
    <item>
      <title>increase length of field</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265585#M6845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ArcCatalog (using 10.2) I can increase the length of a field (string) by hand (see attachments).&lt;/P&gt;&lt;P&gt;But how can I do this programmatically with ArcObjects?&lt;/P&gt;&lt;P&gt;IClassSchemaEdit only allows me to alter the fieldname. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is no way to do this I have to create a new field with correct&lt;/P&gt;&lt;P&gt;length and then I have to copy values from the old field into the new one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 07:01:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265585#M6845</guid>
      <dc:creator>RobertArens1</dc:creator>
      <dc:date>2015-05-29T07:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: increase length of field</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265586#M6846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do it because your featureclass is empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.esri.com/de/knowledgebase/techarticles/detail/42783" title="http://support.esri.com/de/knowledgebase/techarticles/detail/42783"&gt;42783 - Increase the character length for a text field in ArcMap&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 13:27:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265586#M6846</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2015-05-29T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: increase length of field</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265587#M6847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, that is wrong,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can increase and decrease when fc is empty!&lt;/P&gt;&lt;P&gt;If the fc is not empty you are able to increase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also thougth that this is impossible but it worked (ArcGIS Desktop 10.2.2 -&amp;gt; ArcCatalog)&lt;/P&gt;&lt;P&gt;So maybe this is a usefull bug &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 May 2015 12:12:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265587#M6847</guid>
      <dc:creator>RobertArens1</dc:creator>
      <dc:date>2015-05-30T12:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: increase length of field</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265588#M6848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can only increase if fc is not empty because there isn't risk loss data&lt;/P&gt;&lt;P&gt;FieldLength and nullability are only supported on internal interfaces.&lt;BR /&gt;The Alter Field GP tool supports this in ArcGIS Pro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Jun 2015 08:05:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265588#M6848</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2015-06-01T08:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: increase length of field</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265589#M6849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;FieldLength and nullability are only supported on internal interfaces.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;this is the answer i was afraid of.&lt;/P&gt;&lt;P&gt;That means I have to rename existing fields, create new fields with correct fieldlength, copy features and delete renamed field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, marked as answered...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2015 06:16:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/increase-length-of-field/m-p/265589#M6849</guid>
      <dc:creator>RobertArens1</dc:creator>
      <dc:date>2015-06-05T06:16:45Z</dc:date>
    </item>
  </channel>
</rss>

