|
POST
|
Hi Jaewon, Serialize your datatable to csv file and use it as parameter for geoprocessing
... View more
12-05-2018
06:53 AM
|
1
|
4
|
3103
|
|
POST
|
Change line: selectionEnvelope = geo1.Extent.Expand(1.1, 1.1, true); to: selectionEnvelope = geo1.Extent.Expand(2, 2, true);
... View more
12-05-2018
06:43 AM
|
2
|
4
|
4238
|
|
POST
|
Add-In Manager uninstalls your *.esriAddinX files content. This means deletes content files from Add-ins folder. So you need to find in explorer where is located your original *.esriAddinX files and double click on them. Standalone Add-in manager will ask you to install Add-ins. *.esriAddinX is the zip file. You can examine content by renaming file extension to zip.
... View more
11-29-2018
07:14 AM
|
0
|
5
|
3891
|
|
POST
|
For GP process logging I use GPExecuteToolFlags.AddToHistory flag. After executing geoprocessing task I can check the status. In ArcGIS Pro 2.3 Beta there is a flag GPExecuteToolFlags.RefreshProjectItems. I load data to my project to, but I use alternative technique. I create feature layer from lyr file and then update source. I repeat these steps for each layer. You can find more on: Pro 2.0 Bug "Apply Symbology From Layer" GeoProcessing Tool Your way did not work for me as I remember. I needed to go to layer properties, clear cache and set Don't cache any data locally. Then ArcGIS Pro refreshed layer with applied symbology.
... View more
11-29-2018
06:47 AM
|
0
|
0
|
2139
|
|
POST
|
Hi Brian, For GP parameters I use Geoprocessing.MakeValueArray method. It returns IReadOnlyList<string> value. Maybe simple string[] is not valid for geoprocessing? Have you tried to put your code inside try/catch and check for exceptions?
... View more
11-29-2018
05:42 AM
|
0
|
3
|
2139
|
|
POST
|
Hi Tim, You can use geoprocessing package made from geoprocessing tool for extracting values. You need to start local server if you want to do it on disconnected device. Another way is to use geoprocessing service from your server. Local Server—ArcGIS Runtime SDK for .NET | ArcGIS for Developers
... View more
11-28-2018
11:02 PM
|
0
|
0
|
935
|
|
POST
|
Hi Brian, "insertButton" has properties to specify order : <menus> <updateMenu refID="exampleMenu"> <insertButton refID="menuItem2a" placeWith="menuItem2" insert="after"/> </updateMenu> </menus> ProConcepts Framework · Esri/arcgis-pro-sdk Wiki · GitHub
... View more
11-28-2018
10:52 PM
|
2
|
11
|
3891
|
|
POST
|
Hi Brian, Look at that issue: Pro 2.0 Bug "Apply Symbology From Layer" GeoProcessing Tool At the end of the issue you will found solution with GP flag GPThread. If it will not work I will research deeper.
... View more
11-28-2018
10:34 PM
|
0
|
5
|
2139
|
|
POST
|
Hi Joshua, I mean after grabbing feature geometry you could use code from sample: //select features that intersect the sketch geometry var selection = MapView.Active.SelectFeatures(geo, SelectionCombinationMethod.New); IEnumerable<KeyValuePair<BasicFeatureLayer, List<long>>> result = from r in selection where string.Compare(r.Key.Name, "States", true) == 0 select r; //zoom to selection MapView.Active.ZoomToAsync(result.Select(kvp => kvp.Key), true, TimeSpan.FromSeconds(1.5), true);
... View more
11-15-2018
11:16 PM
|
0
|
1
|
1605
|
|
POST
|
Hi Joshua, Look at ArcGIS pro community sample: https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/master/Map-Exploration/IdentifyWithSketchTool/SelectAndZoom.cs
... View more
11-14-2018
11:21 PM
|
0
|
12
|
4238
|
|
POST
|
Hi Thomas, Have you tried like this: OpenItemDialog searchGdbDialog = new OpenItemDialog { Title = "Find GDB", InitialLocation = Directory.GetCurrentDirectory(), MultiSelect = false, Filter = ItemFilters.featureDatasets_all }; var ok = searchGdbDialog.ShowDialog(); For me it works, I always get last visited folder.
... View more
11-12-2018
04:51 AM
|
1
|
1
|
1181
|
|
POST
|
Hi Carsten, Do you need to check are spatial references are exactly the same? If yes, you could use IClone method IsEqual. I also tried to use IsXYPrecisionEqual, but without success.
... View more
10-29-2018
12:02 AM
|
0
|
1
|
1497
|
|
POST
|
Hi Nobbir, GPExecuteToolFlags.GPThread is not documented, but it seems it works. Please add documentation to ProConcepts Geoprocessing · Esri/arcgis-pro-sdk Wiki · GitHub Thank you.
... View more
10-18-2018
11:11 PM
|
0
|
1
|
3026
|
|
POST
|
Hi Michael, If you have organization account ask your organization ArcGIS administrator to assign privilege to register cases on myesri.com or contact your Esri distributor and they inform you how to do that.
... View more
10-17-2018
10:49 PM
|
0
|
0
|
3026
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Tuesday | |
| 1 | Tuesday | |
| 2 | 04-24-2026 08:33 AM | |
| 1 | 03-23-2026 11:44 AM | |
| 1 | 05-22-2024 11:48 PM |
| Online Status |
Online
|
| Date Last Visited |
Tuesday
|