|
POST
|
Ok. It is similar.. Also that bug is almost two years old!
... View more
08-13-2019
01:32 PM
|
0
|
0
|
4523
|
|
POST
|
This is what I have found also. Note that sometimes when I add new data I need to close the project and reopen it to see the changes in the table frame.
... View more
08-13-2019
12:21 PM
|
2
|
0
|
4320
|
|
POST
|
For your case it is just a matter of how you layer your symbology layers. You will need to Enable symbol layer drawings with just Join. Example is for California and Nevada as two different classes and symbology to focus on. Notice on Nevada the Solid stroke is on top and California it's on bottom. Enable symbol layer:
... View more
08-13-2019
11:58 AM
|
1
|
4
|
10453
|
|
POST
|
When I go to "Format all symbols" the "Layers" and "Structure" options under "Properties" are missing?
... View more
08-13-2019
10:09 AM
|
1
|
8
|
4787
|
|
POST
|
I just attempted to do this and it seems like it will probably work, but you are going to have a hard time if there are a lot of layers. There seems to be a bug where if you click "Format all symbols", under "Properties", the "Layers" and "Structure" options are non-existent. If I figure it out I will let you know. Ken Field I think the linked blog was yours, do you have any ideas for Pro?
... View more
08-13-2019
09:59 AM
|
0
|
6
|
10453
|
|
POST
|
Here is a link to something similar. It seems the Symbol Layer Drawing option is what you are looking for.
... View more
08-13-2019
09:37 AM
|
0
|
7
|
10453
|
|
POST
|
Kory, You linked me back and forth to both my question and idea. So is the answer no we cannot see our multi-lined attributes in Pro?
... View more
08-05-2019
05:53 AM
|
0
|
1
|
5466
|
|
POST
|
You could also try adding the XY layer to the map with the python script using addLayer and then use the XML tool, if you do not want to use paths or two different scripts. I just don't think the ExecuteTool can add any outputs until the full python script has been executed. Good luck! I might be over thinking things and someone can correct me.
... View more
08-02-2019
12:23 PM
|
0
|
0
|
1981
|
|
POST
|
I am saying execute both tools in the python script using paths. Then add what ever resulting data you want at the end in .NET using the method I gave you. With the SDK ExecuteTool I don't think you can add outputs in the middle of a python script and then start it back up where it left off. The ExecuteTool runs the entire python script and then adds the output.
... View more
08-02-2019
11:58 AM
|
0
|
0
|
1981
|
|
POST
|
You are trying to add multiple outputs from the python script into the map. The first is the XY event tool results, which you need to for the XML tool results. So if you want to do it that way you will need two run to different scritps in two different Tasks probably. The SDK ExecuteTool will wait for the script to completely run before adding any outputs, it probably cannot know to stop python after one tool is ran and add the output and then restart python until the next output of the next tool. So in this case yes you will need two scripts.
... View more
08-02-2019
11:55 AM
|
0
|
2
|
1981
|
|
POST
|
If you have the path of the resulting XY layer path you should be able to just get it from the path and not the Map. From the Code samples: out_Layer = "firestations_layer" saved_Layer = r"c:\output\firestations.lyr" Use arcpy.SaveToLayerFile_management(out_Layer, saved_Layer) when saving the XY layer. Then use arcpy.env.workspace = r"c:\output\". Finally use layers = arcpy.ListFiles("*.lyr*") to get the Parameter layer.
... View more
08-02-2019
11:44 AM
|
0
|
2
|
3629
|
|
POST
|
Do you not specify the path of the xy layer results in the python script or are you using in memory?
... View more
08-02-2019
11:27 AM
|
0
|
4
|
3629
|
|
POST
|
Yes this would work and only be a couple additional lines of code.
... View more
08-02-2019
11:23 AM
|
0
|
0
|
1981
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-23-2026 09:28 AM | |
| 2 | 05-21-2026 09:21 AM | |
| 1 | 05-19-2026 02:25 PM | |
| 1 | 05-19-2026 08:11 AM | |
| 1 | 04-17-2026 01:08 PM |
| Online Status |
Offline
|
| Date Last Visited |
05-28-2026
06:06 AM
|