<?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 What is the difference between CanEditData() and IsEditable? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-difference-between-caneditdata-and/m-p/1386741#M11152</link>
    <description>&lt;P&gt;I need to check if a FeatureLayer editable and convey a message to the user if editing fails for a feature. I would like to show a meaningful reason why the FeatureLayer is not editable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought CanEditData() returns false for only if user unchecks editable checkbox on Contents pane but that is not I found out. So, what is the difference between these two other than one is method, the other is property? They basically check the same thing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2024 14:49:14 GMT</pubDate>
    <dc:creator>Amadeus111</dc:creator>
    <dc:date>2024-02-26T14:49:14Z</dc:date>
    <item>
      <title>What is the difference between CanEditData() and IsEditable?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-difference-between-caneditdata-and/m-p/1386741#M11152</link>
      <description>&lt;P&gt;I need to check if a FeatureLayer editable and convey a message to the user if editing fails for a feature. I would like to show a meaningful reason why the FeatureLayer is not editable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought CanEditData() returns false for only if user unchecks editable checkbox on Contents pane but that is not I found out. So, what is the difference between these two other than one is method, the other is property? They basically check the same thing?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 14:49:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-difference-between-caneditdata-and/m-p/1386741#M11152</guid>
      <dc:creator>Amadeus111</dc:creator>
      <dc:date>2024-02-26T14:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between CanEditData() and IsEditable?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-difference-between-caneditdata-and/m-p/1478062#M11577</link>
      <description>&lt;P&gt;I would also like to know the answer to this, I have a feature layer with IsEditable true and CanEditData() returning false. What's the difference between the two?&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 21:38:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-difference-between-caneditdata-and/m-p/1478062#M11577</guid>
      <dc:creator>LukeBettis</dc:creator>
      <dc:date>2024-05-23T21:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is the difference between CanEditData() and IsEditable?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-difference-between-caneditdata-and/m-p/1479316#M11589</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Text from ProConcepts:&lt;/P&gt;&lt;P&gt;"Edits can be attempted on all editable layers and standalone tables, i.e.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;MapMembers&lt;/EM&gt;, determined by the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11385.html" target="_blank" rel="nofollow noopener"&gt;CanEditData&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11380.html" target="_blank" rel="nofollow noopener"&gt;BasicFeatureLayer&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic12247.html" target="_blank" rel="nofollow noopener"&gt;StandAloneTable&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic11268.html" target="_blank" rel="nofollow noopener"&gt;IDisplayTable&lt;/A&gt;. This property is a combination of the editability of the data source (read/write), and the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/sdk/api-reference/topic7077.html" target="_blank" rel="nofollow noopener"&gt;IsEditable&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;property of those classes which represents the check box state on the List by Editing view of the table of contents."&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Editing#layer-editability" target="_blank" rel="noopener"&gt;ProConcepts Editing · Esri/arcgis-pro-sdk Wiki · GitHub&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 May 2024 07:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/what-is-the-difference-between-caneditdata-and/m-p/1479316#M11589</guid>
      <dc:creator>GKmieliauskas</dc:creator>
      <dc:date>2024-05-28T07:37:51Z</dc:date>
    </item>
  </channel>
</rss>

