Skip to content

Commit

Permalink
ArcGIS Pro 2.6 SDK for .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
arcgisprosdk committed Jul 28, 2020
1 parent 94af5cd commit 83855bc
Show file tree
Hide file tree
Showing 28 changed files with 859 additions and 241 deletions.
30 changes: 0 additions & 30 deletions Content/MetadataBrowserControl/MetadataBrowserControl.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions CoreHost/CoreHostGDB/CoreHostGDB.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions Framework/ConfigWithMap/ConfigWithMap.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions Framework/CustomStyling/CustomStyling.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions Geometry/CoordinateSystemDialog/CoordinateSystemPicker.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions Map-Authoring/Symbology/Symbology.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions Map-Authoring/TextSymbols/TextSymbols.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 0 additions & 30 deletions Map-Exploration/CustomAnimation/CustomAnimation.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Read the [ProGuide: Installation and Upgrade](https://github.com/Esri/arcgis-pro

## ArcGIS Pro Add-In Community Sample List

Below is the list of 193 ArcGIS Pro samples that are included in this repository.
Below is the list of 194 ArcGIS Pro samples that are included in this repository.

#### Content

Expand Down Expand Up @@ -316,6 +316,7 @@ Below is the list of 193 ArcGIS Pro samples that are included in this repository
* [CategoriesUsage (c#)](../../tree/master/UtilityNetwork/CategoriesUsage)
* [CreateTransformerBank (c#)](../../tree/master/UtilityNetwork/CreateTransformerBank)
* [LoadReportSample (c#)](../../tree/master/UtilityNetwork/LoadReportSample)
* [ValidateChanges (c#)](../../tree/master/UtilityNetwork/ValidateChanges)


#### Workflow
Expand Down
10 changes: 10 additions & 0 deletions Samples.sln
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisplayFilters", "Map-Autho
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GraphicsLayers", "Map-Authoring\GraphicsLayers\GraphicsLayers.csproj", "{3711865A-D5D9-4607-8A1B-659019D6C148}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ValidateChanges", "UtilityNetwork\ValidateChanges\ValidateChanges.csproj", "{0A907E31-89CA-439F-855C-81FC9375EEEF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -2038,6 +2040,14 @@ Global
{3711865A-D5D9-4607-8A1B-659019D6C148}.Release|Any CPU.Build.0 = Release|Any CPU
{3711865A-D5D9-4607-8A1B-659019D6C148}.Release|x64.ActiveCfg = Release|Any CPU
{3711865A-D5D9-4607-8A1B-659019D6C148}.Release|x64.Build.0 = Release|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Debug|x64.ActiveCfg = Debug|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Debug|x64.Build.0 = Debug|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Release|Any CPU.Build.0 = Release|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Release|x64.ActiveCfg = Release|Any CPU
{0A907E31-89CA-439F-855C-81FC9375EEEF}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
1 change: 1 addition & 0 deletions UtilityNetwork/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This folder contains ArcGIS Pro Add-In Samples that fall under the 'Utility Netw
* [CategoriesUsage (c#)](../../../tree/master/UtilityNetwork/CategoriesUsage)
* [CreateTransformerBank (c#)](../../../tree/master/UtilityNetwork/CreateTransformerBank)
* [LoadReportSample (c#)](../../../tree/master/UtilityNetwork/LoadReportSample)
* [ValidateChanges (c#)](../../../tree/master/UtilityNetwork/ValidateChanges)


## Instructions
Expand Down
56 changes: 56 additions & 0 deletions UtilityNetwork/ValidateChanges/Config.daml
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>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 83855bc

Please sign in to comment.