<?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/163632#M4253</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no methods in the ArcObjects API that would allow you to truncate a number to a specific number of decimal places without rounding it off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to use methods found in the .NET API (which ArcObjects is built on top of). A Google search revealed the following solutions posted on other forums:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Truncate Two decimal places without rounding&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/3143657/truncate-two-decimal-places-without-rounding" title="http://stackoverflow.com/questions/3143657/truncate-two-decimal-places-without-rounding"&gt;http://stackoverflow.com/questions/3143657/truncate-two-decimal-places-without-rounding&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Truncating a number to specified decimal places&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/en-US/4cb1c454-df70-4649-b41f-a65bce070c85/truncating-a-number-to-specified-decimal-places?forum=netfxbcl" title="https://social.msdn.microsoft.com/Forums/en-US/4cb1c454-df70-4649-b41f-a65bce070c85/truncating-a-number-to-specified-decimal-places?forum=netfxbcl"&gt;https://social.msdn.microsoft.com/Forums/en-US/4cb1c454-df70-4649-b41f-a65bce070c85/truncating-a-number-to-specified-decimal-places?forum=netfxbcl&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the above forum posts are useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 16:56:10 GMT</pubDate>
    <dc:creator>seria</dc:creator>
    <dc:date>2015-10-22T16:56:10Z</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/163631#M4252</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;BR /&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;BR /&gt;I am using .net arcobjects 9.2.&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Is it possible to get the result I want?&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 07:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/163631#M4252</guid>
      <dc:creator>Ye_FengFeng</dc:creator>
      <dc:date>2015-08-24T07:15:15Z</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/163632#M4253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no methods in the ArcObjects API that would allow you to truncate a number to a specific number of decimal places without rounding it off.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You would have to use methods found in the .NET API (which ArcObjects is built on top of). A Google search revealed the following solutions posted on other forums:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Truncate Two decimal places without rounding&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/3143657/truncate-two-decimal-places-without-rounding" title="http://stackoverflow.com/questions/3143657/truncate-two-decimal-places-without-rounding"&gt;http://stackoverflow.com/questions/3143657/truncate-two-decimal-places-without-rounding&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Truncating a number to specified decimal places&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://social.msdn.microsoft.com/Forums/en-US/4cb1c454-df70-4649-b41f-a65bce070c85/truncating-a-number-to-specified-decimal-places?forum=netfxbcl" title="https://social.msdn.microsoft.com/Forums/en-US/4cb1c454-df70-4649-b41f-a65bce070c85/truncating-a-number-to-specified-decimal-places?forum=netfxbcl"&gt;https://social.msdn.microsoft.com/Forums/en-US/4cb1c454-df70-4649-b41f-a65bce070c85/truncating-a-number-to-specified-decimal-places?forum=netfxbcl&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope the above forum posts are useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:56:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/export-arcsde-feature-layer-to-mdb-table-by/m-p/163632#M4253</guid>
      <dc:creator>seria</dc:creator>
      <dc:date>2015-10-22T16:56:10Z</dc:date>
    </item>
  </channel>
</rss>

