<?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: 2 Buttons and a Ribbon in ArcGIS Pro SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-buttons-and-a-ribbon/m-p/835087#M3520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian&lt;/P&gt;&lt;P&gt;You can use the "dependencies" tag in daml to accomplish what you need. &amp;nbsp;You can read about this on this wiki:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-loading-using-daml" title="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-loading-using-daml" rel="nofollow noopener noreferrer" target="_blank"&gt;ProConcepts Advanced Topics: Control Order of loading using DAML&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also-&lt;/P&gt;&lt;P&gt;To update one of your "Groups" (defined in one add-in) with a button from another add-in you will have to use the "UpdateModule" tag. &amp;nbsp;There is a sample &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/master/Framework/WorkingWithDAML" rel="nofollow noopener noreferrer" target="_blank"&gt;WorkingWithDaml&lt;/A&gt;&amp;nbsp;that does this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A little more info about "UpdateModule" from &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework" rel="nofollow noopener noreferrer" target="_blank"&gt;ProConcepts: Framework:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;Note: DAML elements within one file can alter or remove elements in other files. For example, an add-in may simply inject a single button into a ribbon group defined by another add-in. The following example shows a button being added to an existing tab beside a specific control:&lt;/P&gt;&lt;DIV class="" style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateModule&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;esri_mapping&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateGroup&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;esri_mapping_navigateGroup&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;insertButton&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;acme_FullExtent&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;insert&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;before&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;placeWith&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62;"&gt;esri_mapping_zoomFullButton&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;separator&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;true&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateGroup&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt; 
&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateModule&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 10:07:51 GMT</pubDate>
    <dc:creator>UmaHarano</dc:creator>
    <dc:date>2021-12-12T10:07:51Z</dc:date>
    <item>
      <title>2 Buttons and a Ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-buttons-and-a-ribbon/m-p/835086#M3519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I'm trying to get a MapTool and a Button (compiled in different projects) onto the same Ribbon (not the generic 'Add-In' ribbon. &amp;nbsp;I have read through the post &lt;A _jive_internal="true" href="https://community.esri.com/message/656059-different-add-ins-on-same-custom-ribbon-tab"&gt;here&lt;/A&gt;, but still need some guidance. &amp;nbsp;I seem to be able to create either tool on it's own ribbon, but to have both appear on the same one is more challenging. &amp;nbsp;Here is my Config.daml code for each one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First One:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;ArcGIS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;defaultAssembly&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro.dll&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;defaultNamespace&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;xmlns&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.esri.com%2FDADF%2FRegistry" rel="nofollow" target="_blank"&gt;http://schemas.esri.com/DADF/Registry&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;xmlns:xsi&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;xsi:schemaLocation&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.esri.com%2FDADF%2FRegistry" rel="nofollow" target="_blank"&gt;http://schemas.esri.com/DADF/Registry&lt;/A&gt;&lt;SPAN&gt; file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;{5c21165c-68de-45d3-ab9d-ee7174380d4f}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;1.0&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;desktopVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;2.0.8933&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;StreetView_ArcPro&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;StreetView_ArcPro description&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Image&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Images\AddinDesktop32.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Image&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Author&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;bulla_b&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Author&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Region of Durham&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;31/7/2017 9:43:01 AM, 2017&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Framework&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; Note subject can be one or more of these topics:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content, Framework, Editing, Geodatabase, Geometry, Geoprocessing, Layouts, Map Authoring, Map Exploration &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;modules&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;insertModule&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro_Module&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;className&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Module1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;autoLoad&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;false&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Module1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; uncomment to have the control hosted on a separate tab&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tab&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro_Tab1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Google Street View&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;keytip&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;T1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;group&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Google_Streetview_Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tab&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; comment this out if you have no controls on the Addin tab to avoid&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; an empty group&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;group&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Google_Streetview_Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Google Street View&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;keytip&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;G1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; host controls within groups &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;button&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro_Dockpane_ShowButton&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;size&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;large&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tool&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro_StreetView_Tool&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;size&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;large&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;controls&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; add your controls here &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tool&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro_StreetView_Tool&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Google Street View&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;className&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_Tool&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;loadOnClick&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;smallImage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Images\Google-Earth-icon 16.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;largeImage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Images\Google-Earth-icon 32.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;condition&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;esri_mapping_mapPane&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;keytip&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;B1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tooltip&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;heading&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Google Street View Tool&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Click on map to show Google Street View location in side panel.&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;disabledText&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tooltip&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tool&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;button&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro_Dockpane_ShowButton&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Open Street View Pane&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;className&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Dockpane_ShowButton&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;loadOnClick&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;smallImage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Images\open_in_new_window.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;largeImage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Images\open_in_new_window.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;keytip&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;B2&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tooltip&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;heading&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Show Side Panel&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Click to open/activate Google Street View side panel.&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;disabledText&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tooltip&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;button&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;controls&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;dockPanes&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;dockPane&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;StreetView_ArcPro_Dockpane&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Google Street View&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;className&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;DockpaneViewModel&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;dock&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;dockWith&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;esri_core_contentsDockPane&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;content&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;className&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;DockpaneView&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;dockPane&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;dockPanes&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;insertModule&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;modules&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;ArcGIS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the Second One:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;ArcGIS&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;defaultAssembly&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;CardIndex_ArcPro.dll&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;defaultNamespace&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;CardIndex_ArcPro&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;xmlns&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.esri.com%2FDADF%2FRegistry" rel="nofollow" target="_blank"&gt;http://schemas.esri.com/DADF/Registry&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;xmlns:xsi&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;xsi:schemaLocation&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fschemas.esri.com%2FDADF%2FRegistry" rel="nofollow" target="_blank"&gt;http://schemas.esri.com/DADF/Registry&lt;/A&gt;&lt;SPAN&gt; file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;{30619449-054e-498f-9d2f-4bdb06959d30}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;version&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;1.0&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;desktopVersion&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;2.0.8933&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;CardIndex_ArcPro&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Name&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;CardIndex_ArcPro description&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Description&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Image&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Images\AddinDesktop32.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Image&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Author&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;bulla_b&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Author&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Region of Durham&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Company&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;17/8/2017 1:24:34 PM, 2017&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Framework&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;Subject&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; Note subject can be one or more of these topics:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Content, Framework, Editing, Geodatabase, Geometry, Geoprocessing, Layouts, Map Authoring, Map Exploration &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;AddInInfo&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;modules&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;insertModule&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;CardIndex_ArcPro_Module&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;className&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Module1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;autoLoad&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;false&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Module1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; uncomment to have the control hosted on a separate tab&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt;&amp;lt;tab id="CardIndex_ArcPro_Tab1" caption="New Tab"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;group refID="CardIndex_ArcPro_Group1"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/tab&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tabs&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; comment this out if you have no controls on the Addin tab to avoid&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; an empty group&amp;nbsp; ***&amp;nbsp; CardIndex_ArcPro_Group1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;group&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;CardIndex_ArcPro_Group1&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Map Tools&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;appearsOnAddInTab&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; host controls within groups &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;button&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;CardIndex_ArcPro_CardIndex_Button&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;size&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;large&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;group&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;controls&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: green;"&gt; add your controls here &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;--&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;button&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;id&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;CardIndex_ArcPro_CardIndex_Button&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;caption&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Card Index&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;className&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;CardIndex_Button&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;loadOnClick&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;true&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;smallImage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Images\ace-logo2.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;largeImage&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Images\ace-logo2.png&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tooltip&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.5pt; color: red;"&gt;heading&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;Card Index Tool:&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: black;"&gt;Opens scanned drawing for selected WaterMain and Sewer Pipes.&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;disabledText&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt; /&amp;gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;tooltip&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;button&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;controls&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;insertModule&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;nbsp; &amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;modules&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: #a31515;"&gt;ArcGIS&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.5pt; color: blue;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 9.5pt;"&gt;I don't really care if the first one goes on the second one, or the second one goes on the first one. &amp;nbsp;If someone could please explain the logic behind this is supposed to work, and some code hints/fixes I would appreciate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 9.5pt;"&gt;&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 18:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-buttons-and-a-ribbon/m-p/835086#M3519</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2017-08-18T18:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Buttons and a Ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-buttons-and-a-ribbon/m-p/835087#M3520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian&lt;/P&gt;&lt;P&gt;You can use the "dependencies" tag in daml to accomplish what you need. &amp;nbsp;You can read about this on this wiki:&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-loading-using-daml" title="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Advanced-Topics#control-order-of-loading-using-daml" rel="nofollow noopener noreferrer" target="_blank"&gt;ProConcepts Advanced Topics: Control Order of loading using DAML&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also-&lt;/P&gt;&lt;P&gt;To update one of your "Groups" (defined in one add-in) with a button from another add-in you will have to use the "UpdateModule" tag. &amp;nbsp;There is a sample &lt;A href="https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/master/Framework/WorkingWithDAML" rel="nofollow noopener noreferrer" target="_blank"&gt;WorkingWithDaml&lt;/A&gt;&amp;nbsp;that does this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A little more info about "UpdateModule" from &lt;A href="https://github.com/Esri/arcgis-pro-sdk/wiki/ProConcepts-Framework" rel="nofollow noopener noreferrer" target="_blank"&gt;ProConcepts: Framework:&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;Note: DAML elements within one file can alter or remove elements in other files. For example, an add-in may simply inject a single button into a ribbon group defined by another add-in. The following example shows a button being added to an existing tab beside a specific control:&lt;/P&gt;&lt;DIV class="" style="color: #24292e; background-color: #ffffff; margin-bottom: 16px;"&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateModule&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;esri_mapping&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateGroup&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;esri_mapping_navigateGroup&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;insertButton&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;refID&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;acme_FullExtent&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;insert&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;before&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;placeWith&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #032f62;"&gt;esri_mapping_zoomFullButton&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="" style="color: #6f42c1;"&gt;separator&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;=&lt;/SPAN&gt;&lt;SPAN class="" style="color: #032f62;"&gt;&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;true&lt;SPAN class="" style="color: #032f62;"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateGroup&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;groups&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt; 
&amp;lt;/&lt;/SPAN&gt;&lt;SPAN class="" style="color: #22863a;"&gt;updateModule&lt;/SPAN&gt;&lt;SPAN style="color: #24292e;"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 10:07:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-buttons-and-a-ribbon/m-p/835087#M3520</guid>
      <dc:creator>UmaHarano</dc:creator>
      <dc:date>2021-12-12T10:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: 2 Buttons and a Ribbon</title>
      <link>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-buttons-and-a-ribbon/m-p/835088#M3521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Uma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much!! &amp;nbsp;After reading through the articles, I now understand how things are working and was able to get it fixed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Aug 2017 14:34:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-sdk-questions/2-buttons-and-a-ribbon/m-p/835088#M3521</guid>
      <dc:creator>BrianBulla</dc:creator>
      <dc:date>2017-08-21T14:34:11Z</dc:date>
    </item>
  </channel>
</rss>

