POST
|
I have a few gp tools that I do not want the user to use or at least use with caution. So the first option is to remove some gp tools from Pro using the SDK - is there such an option? If this is not possible I would like to pop a warning message. I tried to get the GPExecuteToolEvent. I see in the event parameters a lot of info but I could not find the name of the running tool. Any idea? Thanks
... View more
yesterday
|
0
|
1
|
63
|
POST
|
I have some issues with the studio. After I created samples (I could not find the way to import polygon layer so I created them in the studio) I try to create chips. The export option gave me a list of my Enterprise data Stores. So I created a new Data Store that is a folder and gave it as target to the export. The Export finished successfully. In the folder I created I can see the image chips as small image files. Then I try to register this folder and got a message that there are no image chips in the directory. I tries to go to the model and select this folder but, again, I got a message that it is empty. What is the correct workflow to creating chips and use it for the model? Thanks
... View more
Tuesday
|
0
|
0
|
52
|
POST
|
As far as i understand the order of installations (Pro and server) define if this will be a problem or not. If you remove Pro from the server it works for me every time. Sometime uninstall the Pro and then reinstall (if you must have it) works too
... View more
Saturday
|
0
|
1
|
59
|
POST
|
There is a lot of data and two servers so the DSM's are on network drive. I will test it on a local drive two (The servers are virtual). It is not going to be easy to manage it if it helps.
... View more
2 weeks ago
|
0
|
0
|
66
|
POST
|
Hi all My DSM is in UTM and tiff format. The observer point is in UTM too. Since this should run as a gp service on a server with no graphic card I do not think Geodesic Viewshed will do better. I am thinking about splitting to big tiles, do separate visibility on each tile and then merge the results but did not have the time to test it yet. Thanks
... View more
2 weeks ago
|
0
|
1
|
126
|
POST
|
Hello all We are using Visibility gp tool. Our DSM is 1 meter resolution and we try to calculate visibility for about 25 KM. We do set the extent. After about 10 minutes Pro crash. It gets to about 92% of the process. The Pro.exe takes about 11Gb of memory but the machine have a lot of free memory. I found this: https://support.esri.com/en-us/bug/when-working-with-large-raster-files-in-arcgis-pro-the-bug-000131320 Does anybody is doing such large Visibility calculations? Thanks
... View more
2 weeks ago
|
0
|
5
|
189
|
POST
|
Return to this subject I think I saw in the last dev summit that there was some kind of IntelliSense in the notebook using right mouse click. It does not work for me in 3.4 Anybody have any idea?
... View more
03-19-2025
05:58 AM
|
0
|
1
|
360
|
POST
|
Hello all We are using edit events to replace old class extension. Our data is in Enterprise geodatabase (Oracle) with traditional version. We added the "Edit" button to our Pro UI and when you use it everything works well. The problem is when you use GeoProcessing tool (Calculate field or Append) and does not start an edit session. The events are not fired and the user can edit without any limits. Is there any way to make the event fire or at least to prevent the running a GP tool if not in edit session? I found this old post: https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048682#M6455 Maybe Attribute rules can help make sure we are in edit session? We cannot do the edit events in Attribute rules, the Arcade does not have some of the option that we use in our C# code. Thanks
... View more
03-06-2025
05:00 AM
|
0
|
0
|
109
|
IDEA
|
You can do it with the sdk - check SaveAsWebMapFile It is easy to create a new button that will do it.
... View more
02-26-2025
12:36 AM
|
0
|
0
|
118
|
POST
|
I have an internal web site that show a grid of records in a web page. I put this web page inside dock pane using the webview2. The code in the SDK need to respond when the user double click a record in the grid. The code worked in Pro 2.9 using CefSharp, I am not sure how to translate it to webview2 Thanks
... View more
02-13-2025
06:16 AM
|
0
|
0
|
161
|
POST
|
I have an attribute with continuous values. In order to make it easy for the user to understand I reclassify it to score/mark of 1 to 10. Then I would like to draw these marks using unique value renderer. I would like to draw it by some kind of ramp (for example blue to red). All the color schemas in Pro for unique value do not looks like color ramp (see screen shot). Using the graduated color is solving only the display. If you identify a point it is very simple to understand mark 1-10 then to understand if value 582.3 (for example) is really mark 6 or 7. looking for 582.3 in the renderer with 10 classes is not simple too.
... View more
02-02-2025
11:11 PM
|
0
|
3
|
328
|
POST
|
Hello all We have a few machines that running KML to layer takes over 30 minutes(!!) but finally finished successfully (small kml file) . On other machines it takes 15 seconds (same file). Everything is done on local disk. The opposite command (layer to KML) works with no problem on all the machines. We do not see any different between the machines that works quick to the other machines. Anybody have an idea? Thanks
... View more
01-29-2025
10:22 PM
|
0
|
0
|
123
|
POST
|
Hi Narelle The solution works, I was not aware of the Inspector property of the editing template. The only detail that you forgot is that you must ActivateDefaultToolAsync on the editing template or else the Inspector of the edit template is null. Found it here: https://community.esri.com/t5/arcgis-pro-sdk-questions/inspector-for-editing-template-returns-null/td-p/1054033 I think there should be a few words about this on the Inspector property docs. Many thanks
... View more
01-15-2025
09:45 PM
|
0
|
0
|
319
|
POST
|
Hello all I need t create a feature in a featureclass that has subtypes in Enterprise geodatabase with some other attributes. Some of the attributes will be taken from the subtype default values and other will be taken from a value list. As far as I understand, the way to create a feature with default subtype values is to use edit template (it looks like define subtype create edit template for each subtype automatically). The only way I found to use it is to do editOperation.create(EditTemplate). I have an option to add the geometry to the create method but no other attributes (if I am using template). I need something like editOperation.Create(editTemplate, geometry, attribute dictionary) The only way I found is to take the new record and use Inspector to update values. Am I missing something?
... View more
01-12-2025
07:43 AM
|
0
|
2
|
410
|
Title | Kudos | Posted |
---|---|---|
1 | 07-25-2017 10:07 PM | |
1 | 02-04-2025 10:10 PM | |
1 | 09-18-2017 04:16 AM | |
1 | 10-21-2019 11:04 PM | |
1 | 02-20-2020 05:42 AM |
Online Status |
Offline
|
Date Last Visited |
yesterday
|