<?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: ShapeType constant values for Polygons in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/shapetype-constant-values-for-polygons/m-p/259690#M6670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jun 2012 12:05:55 GMT</pubDate>
    <dc:creator>DorisRiedl</dc:creator>
    <dc:date>2012-06-05T12:05:55Z</dc:date>
    <item>
      <title>ShapeType constant values for Polygons</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/shapetype-constant-values-for-polygons/m-p/259688#M6668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried to query if a FeatureClass is of type polygon:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT][/INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;if (pFC.getShapeType() == esriShapeType.esriShapePolygon || pFC.getShapeType() == esriShapeType.esriShapePolygonZ) { ... }&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but this doesn't seem to work. Is it possible that there is an error in the esriShapeType constants (which should be 5 for polygons and 19 for polygonZ)? Because when I show them via a MessageDialog &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT][/INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;JOptionPane.shwoMessageDialog(null, pFC.getShapeType());&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the output for Polygons is always 4.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The esriShapeType constants for point and polyline work all right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any hints?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 10:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/shapetype-constant-values-for-polygons/m-p/259688#M6668</guid>
      <dc:creator>DorisRiedl</dc:creator>
      <dc:date>2012-06-05T10:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: ShapeType constant values for Polygons</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/shapetype-constant-values-for-polygons/m-p/259689#M6669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ShapeType property doesn't return an esriShapeType constant, but rather an esriGeometryType constant. Your code should be&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-family:Courier New;"&gt;if (pFC.getShapeType() ==&lt;/SPAN&gt;&lt;SPAN&gt; esriGeometryType&lt;/SPAN&gt;&lt;SPAN style="font-family:Courier New;"&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;esriGeometryPolygon)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but there is no constant for a PolygonZ&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 11:52:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/shapetype-constant-values-for-polygons/m-p/259689#M6669</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2012-06-05T11:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: ShapeType constant values for Polygons</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/shapetype-constant-values-for-polygons/m-p/259690#M6670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Ken!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jun 2012 12:05:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/shapetype-constant-values-for-polygons/m-p/259690#M6670</guid>
      <dc:creator>DorisRiedl</dc:creator>
      <dc:date>2012-06-05T12:05:55Z</dc:date>
    </item>
  </channel>
</rss>

