|
POST
|
It will show up in the middle of your screen. Message boxes will not display if you started the application within Visual Studio. Run the add-in directly from a native Pro startup.
... View more
03-29-2019
06:05 AM
|
1
|
0
|
2055
|
|
POST
|
You also might try creating the features in memory, there would be no need to delete them.
... View more
03-28-2019
11:18 AM
|
0
|
0
|
2596
|
|
POST
|
It might have do with what version the ECW is. Here is an old thread I came across when I was having the same problems.
... View more
03-28-2019
11:02 AM
|
0
|
0
|
15594
|
|
POST
|
clipLayer = arcpy.Clip_analysis(RouteLayer, StateLayer, GDB + "\\" + name + "_Clip") You need the \ in the path.
... View more
03-28-2019
10:37 AM
|
1
|
2
|
4936
|
|
POST
|
So it creates the feature but the feature is empty?
... View more
03-28-2019
08:43 AM
|
0
|
1
|
4936
|
|
POST
|
I think it's the way you worded the output, try this for your next line. clipLayer = arcpy.Clip_analysis(RouteLayer, StateLayer, NewLocation + "/Clip") If you want it as a variable. GDBvar = arcpy.env.workspace + "\\" + FileGDB_name
... View more
03-28-2019
08:11 AM
|
1
|
3
|
4936
|
|
POST
|
var progDlg = new ProgressDialog("YOUR MESSAGE HERE", "Cancel");
progDlg.Show();
var progSrc = new CancelableProgressorSource(progDlg);
... View more
03-28-2019
06:46 AM
|
0
|
2
|
2055
|
|
POST
|
Sorry, I am out of ideas. Hopefully someone else with better knowledge on this behavior chimes in. Not sure if there is a size limit for uploading here, but if you are able to attached the imagery and feature class to the thread please do so.
... View more
03-26-2019
06:55 AM
|
0
|
1
|
2483
|
|
POST
|
If overlay is not an issue just create a new line feature class for the creekline and digitize it. Here are some tutorials you might find helpful. https://www.esri.com/training/catalog/57630434851d31e02a43ef28/getting-started-with-gis/ http://desktop.arcgis.com/en/arcmap/10.3/manage-data/editing-fundamentals/exercise-1a-creating-new-points.htm
... View more
03-26-2019
06:49 AM
|
0
|
1
|
1805
|
|
POST
|
Does the same thing happen if you use WGS_1984_(ITRF00)_To_NAD_1983? According to this article NAD_1983_To_WGS_1984_5 has an accuracy of 2 meters where WGS_1984_(ITRF00)_To_NAD_1983 is 0.10.
... View more
03-26-2019
06:36 AM
|
0
|
3
|
2483
|
|
POST
|
Sorry I meant does the map have the same units as the imagery and FC? I agree this should not matter, trying to narrow it down.
... View more
03-26-2019
06:27 AM
|
0
|
0
|
2482
|
|
POST
|
You are not completing the cut of the selected polygon. You need to start and end outside the polygon, you cannot complete the cut somewhere in the middle of the polygon.
... View more
03-26-2019
05:58 AM
|
0
|
3
|
1805
|
|
POST
|
Sounds like it might be a meter-feet issue. Check to make sure they are using the same type of units.
... View more
03-26-2019
05:52 AM
|
0
|
2
|
2483
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 03-23-2026 08:11 AM | |
| 1 | 03-23-2026 07:55 AM | |
| 7 | 03-18-2026 12:15 PM | |
| 1 | 03-11-2026 07:51 AM |
| Online Status |
Offline
|
| Date Last Visited |
15 hours ago
|