<?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: pointcount in arcgis pro in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133111#M5735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Camel case.... capital C&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;!Shape!&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;pointCount&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Dec 2017 09:46:06 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2017-12-05T09:46:06Z</dc:date>
    <item>
      <title>pointcount in arcgis pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133110#M5734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good day,&lt;/P&gt;&lt;P&gt;In arcmap is used&amp;nbsp;&lt;/P&gt;&lt;PRE class="" style="color: #595959; background-color: whitesmoke; font-weight: 300; font-size: 15.9375px; margin-bottom: 1.55rem;"&gt;!shape!.pointcount&lt;/PRE&gt;&lt;P&gt;if i needed to count the vertex in a feature. But it looks like its not working anymore in arcgis pro.&lt;/P&gt;&lt;P&gt;could someone help me with the right code for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 07:52:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133110#M5734</guid>
      <dc:creator>PeterVersteeg</dc:creator>
      <dc:date>2017-12-05T07:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: pointcount in arcgis pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133111#M5735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Camel case.... capital C&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;!Shape!&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;pointCount&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 09:46:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133111#M5735</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-05T09:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: pointcount in arcgis pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133112#M5736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo Dan,&lt;/P&gt;&lt;P&gt;Again thank you for your answer. Turns out that my&amp;nbsp;features are of GEMETRIE type. tbh do not really know why but knowing this the script must by&lt;/P&gt;&lt;P&gt;!GEOMETRIE!.pointcount&lt;/P&gt;&lt;P&gt;btw you can both use upper or lower case&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/385603_2017-12-05.png" style="width: 620px; height: 348px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133112#M5736</guid>
      <dc:creator>PeterVersteeg</dc:creator>
      <dc:date>2017-12-05T12:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: pointcount in arcgis pro</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133113#M5737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only because the field calculator is 'forgiving'.&amp;nbsp; If using arcpy methods in scripts, it is not so nice &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt; As for the shapefield name for future reference, but more for scripting, there is an arcpy Describe property which allows you to get the shapefield name.&amp;nbsp; In most cases it is Shape, but the objected field has many incarnations (ie FID, OBJECTID etc)&lt;/P&gt;&lt;P&gt;Glad it worked in any event&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:54:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/pointcount-in-arcgis-pro/m-p/133113#M5737</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-12-05T12:54:28Z</dc:date>
    </item>
  </channel>
</rss>

