<?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: Is it possible to pass data to PluginDatasource? in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874347#M5347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as ArcGIS Pro is concerned, this is a read-only datasource. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS itself won't write anything into the datasource. &amp;nbsp;Now if you want to add interfaces/methods that allow you to write data into your "datastore", and call those methods from your own code, you are of course free to do so.&amp;nbsp;ArcGIS Pro treats it as a "black box". &amp;nbsp;What you want to do inside that black box is completely up to you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jul 2020 21:02:31 GMT</pubDate>
    <dc:creator>RichRuh</dc:creator>
    <dc:date>2020-07-15T21:02:31Z</dc:date>
    <item>
      <title>Is it possible to pass data to PluginDatasource?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874346#M5346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="display: none;"&gt;&lt;/DIV&gt;&lt;P&gt;I have custom data being managed by my application.&amp;nbsp; I want to expose this data via a plugindatasource.&amp;nbsp; &amp;nbsp; Is it possible to pass my data into a plugindatasource, or does the plugindatasource have to be the thing generating the data within itself using the path provided as string?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 18:23:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874346#M5346</guid>
      <dc:creator>RoyJackson2</dc:creator>
      <dc:date>2020-07-15T18:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass data to PluginDatasource?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874347#M5347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Roy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as ArcGIS Pro is concerned, this is a read-only datasource. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ArcGIS itself won't write anything into the datasource. &amp;nbsp;Now if you want to add interfaces/methods that allow you to write data into your "datastore", and call those methods from your own code, you are of course free to do so.&amp;nbsp;ArcGIS Pro treats it as a "black box". &amp;nbsp;What you want to do inside that black box is completely up to you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 21:02:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874347#M5347</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-07-15T21:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass data to PluginDatasource?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874348#M5348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV style="display: none;"&gt;&lt;/DIV&gt;&lt;P&gt;Thank you for the reply Rich.&amp;nbsp; &amp;nbsp;I can only see that&amp;nbsp;I can pass in a&amp;nbsp;string representing path information to find data.&amp;nbsp; &amp;nbsp;Reviewing the documentation here&amp;nbsp;&lt;A class="link-titled" href="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic21958.html" title="https://pro.arcgis.com/en/pro-app/sdk/api-reference/#topic21958.html"&gt;ArcGIS Pro 2.5 API Reference Guide&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;I can't figure out how to pass in additional&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;data in a manner outside the defined interfaces into the plugin data source&lt;SPAN&gt;&amp;nbsp;when it is called from the module consuming it.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 22:04:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874348#M5348</guid>
      <dc:creator>RoyJackson2</dc:creator>
      <dc:date>2020-07-15T22:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to pass data to PluginDatasource?</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874349#M5349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's correct. &amp;nbsp;What I meant was&amp;nbsp;that you could create a method called "SetFoo(xxx)" (or whatever) and then another add-in (button, pane, or external process) could pass data in that way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, the "SetFoo(xxx)" method would probably need to go on another object in the same dll, and these objects would have to talk to one another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all of this- there's no ArcGIS mechanism to pass data down to your plugin, but there are ways you could do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2020 23:50:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/is-it-possible-to-pass-data-to-plugindatasource/m-p/874349#M5349</guid>
      <dc:creator>RichRuh</dc:creator>
      <dc:date>2020-07-15T23:50:42Z</dc:date>
    </item>
  </channel>
</rss>

