<?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: Create custom Parcel Fabric Add-Ins using ArcGIS Pro .Net SDK (Meetup) in ArcGIS Parcel Fabric Videos</title>
    <link>https://community.esri.com/t5/arcgis-parcel-fabric-videos/create-custom-parcel-fabric-add-ins-using-arcgis/m-p/1323347#M145</link>
    <description>&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2023 08:29:13 GMT</pubDate>
    <dc:creator>Murad_geo</dc:creator>
    <dc:date>2023-08-29T08:29:13Z</dc:date>
    <item>
      <title>Create custom Parcel Fabric Add-Ins using ArcGIS Pro .Net SDK (Meetup)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-videos/create-custom-parcel-fabric-add-ins-using-arcgis/m-p/1278126#M117</link>
      <description>&lt;P class=""&gt;If you are a .Net developer, you will find this recording useful.&lt;/P&gt;&lt;P class=""&gt;Learn how to:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Automate the creation of a Parcel Fabric Record and set a version that’s associated with it, edit and add new parcels through code, and reconcile/post the version.&lt;/LI&gt;&lt;LI&gt;Navigate the parcel boundary lines and points to create tools such as for generating custom parcel reports, or for targeted parcel editing workflows unique to your organization.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Presenters&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/1207"&gt;@TimHodson&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/108851"&gt;@KenGalliher1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hosted by&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/148366"&gt;@DanielStone&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6324949085112w960h540r432" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6324949085112" data-account="6161463677001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6161463677001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6324949085112w960h540r432');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.esri.com/t5/video/gallerypage/video-id/6324949085112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2023 07:06:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-videos/create-custom-parcel-fabric-add-ins-using-arcgis/m-p/1278126#M117</guid>
      <dc:creator>AmirBar-Maor</dc:creator>
      <dc:date>2023-04-13T07:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create custom Parcel Fabric Add-Ins using ArcGIS Pro .Net SDK (Meetup)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-videos/create-custom-parcel-fabric-add-ins-using-arcgis/m-p/1278277#M118</link>
      <description>&lt;P&gt;Here are the links to the resources from the chat and slides:&lt;/P&gt;&lt;P&gt;Pro Concepts page &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-Parcel-Fabric" target="_blank" rel="noopener"&gt;Parcel API&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Pro Concepts page &lt;A href="https://github.com/esri/arcgis-pro-sdk/wiki/ProConcepts-COGO" target="_blank" rel="noopener"&gt;COGO&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Developer Summit 2023 Slides and sample code &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/Tech-Sessions#2023-palm-springs" target="_blank" rel="noopener"&gt;on Github&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Parcel Utilities add-in:&lt;BR /&gt;&lt;A href="https://arcg.is/0f5reS" target="_blank" rel="noopener"&gt;Item on ArcGIS Online &lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/parcel-fabric-pro-addins" target="_blank" rel="noopener"&gt;Code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;COGO Line Features add-in:&lt;BR /&gt;&lt;A href="https://arcg.is/1Xiuuu0" target="_blank" rel="noopener"&gt;Item on ArcGIS Online&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/COGOLineFeatures" target="_blank" rel="noopener"&gt;Code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Transform CAD 3.x add-in:&lt;BR /&gt;&lt;A href="https://arcg.is/1bb9Lq" target="_blank" rel="noopener"&gt;Item on ArcGIS Online&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Editing/TransformCADLayer" target="_blank" rel="noopener"&gt;Code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Full list of ArcGIS Online &lt;A href="https://www.arcgis.com/home/search.html?q=owner%3A%22esri.parcel.team%22&amp;amp;t=content&amp;amp;restrict=false&amp;amp;focus=tools&amp;amp;sortOrder=desc&amp;amp;sortField=modified" target="_blank" rel="noopener"&gt;add-ins from&amp;nbsp;&lt;/A&gt;&lt;A href="https://www.arcgis.com/home/search.html?q=owner%3A%22esri.parcel.team%22&amp;amp;t=content&amp;amp;restrict=false&amp;amp;focus=tools&amp;amp;sortOrder=desc&amp;amp;sortField=modified" target="_blank" rel="noopener"&gt;Esri parcel team &lt;/A&gt;&lt;/P&gt;&lt;P&gt;Additional recording of technical session from 2021 Esri Developer Summit:&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/2Jd-9qCaEr0" target="_blank" rel="noopener"&gt;ArcGIS Pro SDK .Net Introduction to the Parcel Fabric API&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 23:35:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-videos/create-custom-parcel-fabric-add-ins-using-arcgis/m-p/1278277#M118</guid>
      <dc:creator>TimHodson</dc:creator>
      <dc:date>2023-04-14T23:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Create custom Parcel Fabric Add-Ins using ArcGIS Pro .Net SDK (Meetup)</title>
      <link>https://community.esri.com/t5/arcgis-parcel-fabric-videos/create-custom-parcel-fabric-add-ins-using-arcgis/m-p/1323347#M145</link>
      <description>&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2023 08:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-parcel-fabric-videos/create-custom-parcel-fabric-add-ins-using-arcgis/m-p/1323347#M145</guid>
      <dc:creator>Murad_geo</dc:creator>
      <dc:date>2023-08-29T08:29:13Z</dc:date>
    </item>
  </channel>
</rss>

