|
IDEA
|
ArcGIS Pro 3.4.0 I am making a textual label in a graphics layer. I have typed the text. Now, I want to select the text. I tried CTRL+A but it has no effect. Could that be changed so that CTRL+A selects the text?
... View more
01-29-2025
09:55 PM
|
0
|
2
|
1111
|
|
POST
|
Or you could submit an idea for changing the name. If it's already possible to do it, Esri will be quick to point it out.
... View more
01-29-2025
12:28 PM
|
0
|
0
|
887
|
|
POST
|
You could try asking support. They might be able to get an answer for you.
... View more
01-29-2025
12:25 PM
|
0
|
0
|
888
|
|
POST
|
I seem to remember that connecting to .mdbs was improved in Pro a few years ago. Maybe that happened after your version of Pro. Might be worth investigating.
... View more
01-29-2025
12:12 PM
|
0
|
0
|
2026
|
|
IDEA
|
What does @TanuHoque think about this idea? Any plans for this kind of thing in the future?
... View more
01-29-2025
11:25 AM
|
0
|
0
|
723
|
|
IDEA
|
I wonder if you could use query layer parameters in some cases.
... View more
01-29-2025
09:06 AM
|
0
|
0
|
1797
|
|
POST
|
Could Calculate Geometry or Calculate Geometry Attributes be used to update Z-values? Here's an article that pertains to M values, which are similar to Z values: Maintain Measure Attributes Edit: I suspect no.
... View more
01-29-2025
07:45 AM
|
0
|
0
|
1380
|
|
POST
|
A related Arcade solution: How to batch edit Z values and set them all to zero
... View more
01-29-2025
07:35 AM
|
0
|
0
|
1059
|
|
POST
|
The other option is I can export the current record set, and disable Zs which will set them to 0. Then delete what we have in our db, and append the rows back with the 'fixed' Zs. Instead of deleting the existing features and replacing them with new features, you could update the existing features using the new-ish upsert functionality in the Append tool. GP tool to batch-replace geometries from one FC to another (via related IDs)
... View more
01-29-2025
07:23 AM
|
1
|
0
|
1428
|
|
POST
|
I also don't see a way to batch-select vertices given a certain z value. What kind of geodatabase and what kind of spatial type? For example, with Oracle enterprise geodatabases and the ST_GEOMETRY spatial type, you might be able to select features with certain Z values using an SQL ST_GEOMETRY function. https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/st-z.htm https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/st-maxz.htm https://desktop.arcgis.com/en/arcmap/latest/manage-data/using-sql-with-gdbs/st-minz.htm Edit: Maybe Calculate Geometry or Calculate Geometry Attributes could be used to put the Z values in a temporary field so that you could query them.
... View more
01-29-2025
07:14 AM
|
0
|
1
|
5436
|
|
POST
|
Related: Arcade Code Review: Set polyline M-values to cumulative length of line Idea: GP tool to batch-apply absolute value to Z/M values
... View more
01-29-2025
07:12 AM
|
0
|
0
|
5436
|
|
IDEA
|
In How to batch edit Z values and set them all to zero, @AaronManuel2 said: I have a line feature class with about 80k rows...I'd like to change the z-value for all vertices in this feature to 0...I am aware of the Adjust 3D Z tool but the problem is this tool only lets you set a relative value instead of an absolute value. Could a GP tool be added that would allow us to batch-apply an absolute Z or M value to multiple features?
... View more
01-29-2025
07:10 AM
|
2
|
0
|
660
|
|
IDEA
|
Related idea: Single-line SQL comments in definition queries
... View more
01-28-2025
03:36 PM
|
0
|
0
|
1905
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-20-2026 02:12 PM | |
| 1 | 03-19-2026 11:42 AM | |
| 1 | 06-03-2026 04:02 AM | |
| 1 | 03-18-2026 07:08 PM | |
| 2 | 07-08-2026 01:29 PM |