<?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: Remove M and Z values using ArcObject�? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/remove-m-and-z-values-using-arcobject/m-p/739230#M19608</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your source dataset has ZM values (even if they are not set) and you want to drop these from the entire dataset you will have to export the dataset to a new FeatureClass which does not support ZM values. If you want to achieve this in ArcObjects the easiest way is probably to call the geo-processing tool using the execute method on the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//002n000000tp000000"&gt;IGeoProcessor&lt;/A&gt;&lt;SPAN&gt; object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 08:33:40 GMT</pubDate>
    <dc:creator>DuncanHornby</dc:creator>
    <dc:date>2013-07-12T08:33:40Z</dc:date>
    <item>
      <title>Remove M and Z values using ArcObject??</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/remove-m-and-z-values-using-arcobject/m-p/739229#M19607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to remove M and Z values from featureclass using ArcObject?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know I can do it with python to export the featureclass to another gdb by disable M and Z values in enviroments settings.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just want to know is there a better way to do it without exporting data, and I want to do it using C# and ArcObject.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot find the right interface.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any helps?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 02:20:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/remove-m-and-z-values-using-arcobject/m-p/739229#M19607</guid>
      <dc:creator>SongWendong</dc:creator>
      <dc:date>2013-07-12T02:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove M and Z values using ArcObject�?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/remove-m-and-z-values-using-arcobject/m-p/739230#M19608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your source dataset has ZM values (even if they are not set) and you want to drop these from the entire dataset you will have to export the dataset to a new FeatureClass which does not support ZM values. If you want to achieve this in ArcObjects the easiest way is probably to call the geo-processing tool using the execute method on the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/arcobjects-net/componenthelp/index.html#//002n000000tp000000"&gt;IGeoProcessor&lt;/A&gt;&lt;SPAN&gt; object.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/remove-m-and-z-values-using-arcobject/m-p/739230#M19608</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2013-07-12T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove M and Z values using ArcObject�?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/remove-m-and-z-values-using-arcobject/m-p/739231#M19609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In ArcObject, there are IZAware and IMAware interfaces, you can call DropZs and DropMs to reset the Z values and M values, or set ZAware or MAware properties to false.&amp;nbsp; These do not apply to feature class, so you have to go through each feature and get the geometry.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IZAware_Interface/002m00000442000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IZAware_Interface/002m00000442000000/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IMAware_Interface/002m0000022t000000/"&gt;http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/index.html#/IMAware_Interface/002m0000022t000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 21:17:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/remove-m-and-z-values-using-arcobject/m-p/739231#M19609</guid>
      <dc:creator>WeifengHe</dc:creator>
      <dc:date>2013-07-15T21:17:58Z</dc:date>
    </item>
  </channel>
</rss>

