|
POST
|
How did you add the index? Directly in SQL Server or using ArcCatalog?
... View more
11-16-2016
12:42 PM
|
0
|
3
|
2570
|
|
POST
|
Hey c_r_b and others experiencing this SQL view performance problem. I had luck adding an index to the attribute involved in the JOIN in my query. So Chris, try indexing your LocationAddressID field. I have no idea why 10.3.1 performs the same with and without the index, but for me, adding the attribute index brought 10.4.1 and Pro 1.3.1 performance down to the same speed as 10.3.
... View more
11-16-2016
08:57 AM
|
1
|
5
|
2570
|
|
POST
|
Vince, your comments are contrary to what I've been hearing from Esri at DevSummit and geodev meetups. I hope (and think jbarry-esristaff would agree) that asking for Esri employee feedback in this forum is acceptable and encouraged. A bug has already been referenced above, so obviously people are using tech support. This thread has been an invaluable supplement to a tech support incident I've logged. BTW, there are other groups in Esri that use Geonet heavily. For example, the Pro SDK team asked their users to post questions on their content area, and they respond daily. It's been a huge help both with and without an official tech support incident.
... View more
11-16-2016
08:54 AM
|
5
|
1
|
2570
|
|
POST
|
I have a support case connected to this bug as well. Getting in on this thread to keep up with any developments. Some SQL Server views work fine in 10.3, slow in 10.4.1, Pro 1.3.1 (some views are find in both, it depends on what they're doing). We did a lot of database design and even custom Pro SDK development around these views, so they're critical to us.
... View more
11-10-2016
01:20 PM
|
0
|
0
|
3214
|
|
POST
|
I looking to do something similar. Was your tool a scrip[t tool or Python toolbox? Is the output parameter a "devired" parameter?
... View more
09-26-2016
01:45 PM
|
0
|
0
|
1726
|
|
POST
|
Thanks wkaiser-esristaff I thought there would be more to it than that!
... View more
09-22-2016
10:02 AM
|
0
|
1
|
1769
|
|
POST
|
I have a Visual Studio project that I started at version 1.2 of Pro and the SDK. I have since upgraded the SDK to 1.3, but when I deploy the add-in the information displayed in Pro's Add-In Manager says the Target Version is 1.2. Where in the Visual Studio Project do I change the target Pro version?
... View more
09-22-2016
07:32 AM
|
0
|
3
|
2768
|
|
POST
|
If I had a path to an SDE connection file, how would I go about getting the contents of that geodatabase? FInd a particular feature class, for example.
... View more
09-16-2016
08:11 AM
|
0
|
1
|
1682
|
|
POST
|
I have a custom button that I want to use to launch the edit vertices tool, then respond to the completed edit. This much is working: 'listen for the OnEditCompleted event
_edit_completed_event_token = EditCompletedEvent.Subscribe(AddressOf OnEditCompleted)
'activate the move button
Dim cmd As ICommand = TryCast(FrameworkApplication.GetPlugInWrapper("esri_editing_EditVerticesMove"), ICommand)
If cmd IsNot Nothing AndAlso cmd.CanExecute(Nothing) Then
cmd.Execute(Nothing)
End If The edit vertex toolbar displays and when the sketch is completed the OnEditCompleted fires and I can use the EditCompletedEventArgs to get information about the edit that was just performed. But if the user hits the cancel button on the edit vertex toolbar, or if they finish sketch without having made an edit, the OnEditCompleted does not fire. I am looking for an event that I can subscribe to in this case, so I can respond to the fact that the user canceled the move vertex edit.
... View more
09-08-2016
07:13 AM
|
0
|
1
|
1692
|
|
POST
|
Yes: Find a feature using the Locate pane—ArcGIS Pro | ArcGIS for Desktop
... View more
08-04-2016
10:53 AM
|
1
|
0
|
1090
|
|
POST
|
My work around is to use System.Net.WebClient to issue an Identify request to the AGOL NED30M elevation surface. It's slow for lots of points but accurate. I gave the user a progressor dialog so they can see how long it's going to take. Will look at 1.4 release notes for some capability to query the view's elevation surface.
... View more
07-19-2016
08:14 AM
|
0
|
0
|
656
|
|
POST
|
I want to show a progressor while I loop through the selected features and do stuff and let the user know how long it will take. I can get the Progressor to display, but it only goes from left to right, then starts over at the left and continues this until it's done. I set progressor.Max to the count of selected features and inside my loop (while cursor.MoveNext()) I do progressor.Value += 1, but I can't get it to start on the left and go to the right, stopping when value = max.
... View more
07-07-2016
08:42 AM
|
0
|
2
|
2215
|
|
IDEA
|
But just for display in that project right? Can you verify separately in ArcCatalog or another Pro project that the fields were permanently reordered?
... View more
07-06-2016
11:03 AM
|
0
|
2
|
2492
|
|
IDEA
|
Are you sure Pro can do this? I disagree. Can you link to some documentation?
... View more
07-06-2016
09:43 AM
|
0
|
1
|
2492
|
|
POST
|
How do you use the default "Ground" surface that comes with Pro as the Input Surface to Add Surface Information?
... View more
07-05-2016
01:42 PM
|
0
|
2
|
3227
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-22-2016 01:35 PM | |
| 1 | 11-08-2019 01:56 PM | |
| 1 | 05-09-2023 05:58 AM | |
| 1 | 08-11-2021 05:45 AM | |
| 2 | 08-03-2017 07:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-26-2024
06:48 PM
|