<?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: export arcsde feature layer to mdb table by changing the value of vertex xy value in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582603#M15756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Mody,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you for the reminding. I will put it in the arcobjects part.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Currently my problem is how can I get the xy value for all vertex before I perform further calculation.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 07:07:25 GMT</pubDate>
    <dc:creator>Ye_FengFeng</dc:creator>
    <dc:date>2015-08-24T07:07:25Z</dc:date>
    <item>
      <title>export arcsde feature layer to mdb table by changing the value of vertex xy value</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582601#M15754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to export arcsde feature layer to mdb table, but I need to change the vertex xy value (2 decimals and need to run down on the 3rd value. What I can do now is set th xy resolution to 0.01, but by using this method if the 3rd decimal is 5-9, the 2nd decimal will add 1, what I want is no matter what is the 3rd decimal value, just remove it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using .net arcobjects 9.2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to get the result I want?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 01:23:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582601#M15754</guid>
      <dc:creator>Ye_FengFeng</dc:creator>
      <dc:date>2015-08-24T01:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: export arcsde feature layer to mdb table by changing the value of vertex xy value</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582602#M15755</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;This question belong to the ArcObject SDK and not the runtime.&lt;/P&gt;&lt;P&gt;If I understand the question you must go vertex by vertex and write them again in the way you like.&lt;/P&gt;&lt;P&gt;Something like newVertex.X = round(oldVertex.X + 0.5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have fun&lt;/P&gt;&lt;P&gt;Mody&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 04:52:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582602#M15755</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2015-08-24T04:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: export arcsde feature layer to mdb table by changing the value of vertex xy value</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582603#M15756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi Mody,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thank you for the reminding. I will put it in the arcobjects part.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Currently my problem is how can I get the xy value for all vertex before I perform further calculation.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 07:07:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582603#M15756</guid>
      <dc:creator>Ye_FengFeng</dc:creator>
      <dc:date>2015-08-24T07:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: export arcsde feature layer to mdb table by changing the value of vertex xy value</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582604#M15757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cast any geometry into IPointCollection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 04:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/582604#M15757</guid>
      <dc:creator>ModyBuchbinder</dc:creator>
      <dc:date>2015-08-25T04:46:41Z</dc:date>
    </item>
  </channel>
</rss>

