-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<!-- | ||
Copyright 2020 Esri | ||
Licensed under the Apache License, Version 2.0 (the "License"); | ||
you may not use this file except in compliance with the License. | ||
You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
--> | ||
<ArcGIS defaultAssembly="ValidateChanges.dll" defaultNamespace="ValidateChanges" xmlns="http://schemas.esri.com/DADF/Registry" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.esri.com/DADF/Registry file:///C:/Program%20Files/ArcGIS/Pro/bin/ArcGIS.Desktop.Framework.xsd"> | ||
<AddInInfo id="{0a907e31-89ca-439f-855c-81fc9375eeef}" version="1.0" desktopVersion="2.6.24783"> | ||
<Name>ValidateChanges</Name> | ||
<Description>ValidateChanges description</Description> | ||
<Image>Images\AddinDesktop32.png</Image> | ||
<Author>ArcGIS Pro SDK Team, [email protected]</Author> | ||
<Company>esri, http://www.esri.com</Company> | ||
<Date>7/24/2020 1:46:58 PM, 2020</Date> | ||
<Subject>UtilityNetwork</Subject> | ||
<!-- Note subject can be one or more of these topics: | ||
Content, Framework, Editing, Geodatabase, Geometry, Geoprocessing, Layouts, Map Authoring, Map Exploration --> | ||
</AddInInfo> | ||
<modules> | ||
<insertModule id="ValidateChanges_Module" className="Module1" autoLoad="false" caption="Module1"> | ||
<!-- uncomment to have the control hosted on a separate tab--> | ||
<tabs> | ||
<!--<tab id="ValidateChanges_Tab1" caption="New Tab"> | ||
<group refID="ValidateChanges_Group1"/> | ||
</tab>--> | ||
</tabs> | ||
<groups> | ||
<!-- comment this out if you have no controls on the Addin tab to avoid | ||
an empty group--> | ||
<group id="ValidateChanges_Group1" caption="Validate Utility Network Changes" appearsOnAddInTab="true"> | ||
<!-- host controls within groups --> | ||
<button refID="ValidateChanges_ValidateChanges" size="large" /> | ||
</group> | ||
</groups> | ||
<controls> | ||
<!-- add your controls here --> | ||
<button id="ValidateChanges_ValidateChanges" caption="Validate Changes" className="ValidateChanges" loadOnClick="true" smallImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericButtonBlue16.png" largeImage="pack://application:,,,/ArcGIS.Desktop.Resources;component/Images/GenericButtonBlue32.png"> | ||
<tooltip heading="Tooltip Heading">Tooltip text<disabledText /></tooltip> | ||
</button> | ||
</controls> | ||
</insertModule> | ||
</modules> | ||
</ArcGIS> |